elf.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-09 19:41:12 +01:00
parent b3b6aa6dd1
commit 8a07a1c488
1 changed files with 2 additions and 2 deletions

View File

@ -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