From 8a07a1c488571387060eb1341f226132ba7d54ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 9 Mar 2016 19:41:12 +0100 Subject: [PATCH] elf.5: wfix Signed-off-by: Michael Kerrisk --- man5/elf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man5/elf.5 b/man5/elf.5 index d82f40a3f..1cfa410eb 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -1553,12 +1553,12 @@ by definitions in other modules. Processor-specific hidden class. .TP .BR STV_HIDDEN -Symbol is unavailable in other modules; +Symbol is unavailable to other modules; references in the local module always resolve to the local symbol (i.e., the symbol can't be interposed by definitions in other modules). .TP .BR STV_PROTECTED -Symbol is available in other modules, +Symbol is available to other modules, but references in the local module always resolve to the local symbol. .PD .PP