aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 19:41:12 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 19:42:59 +0100
commit8a07a1c488571387060eb1341f226132ba7d54ec (patch)
tree8dd2a25e0d533e59c14c87dcaa5ff906d74e1f66
parentb3b6aa6dd1c0b78449396c67f79495a9d9815abb (diff)
downloadman-pages-8a07a1c488571387060eb1341f226132ba7d54ec.tar.gz
elf.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/elf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/elf.5 b/man5/elf.5
index d82f40a3f2..1cfa410eb6 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