aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 19:40:31 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 19:42:59 +0100
commitb3b6aa6dd1c0b78449396c67f79495a9d9815abb (patch)
treef681cc2729b8609031bd54eb69ff2e70171abe1a
parentd24f72ec801f65a7a6990a51944931c5c00757a3 (diff)
downloadman-pages-b3b6aa6dd1c0b78449396c67f79495a9d9815abb.tar.gz
elf.5: Improve description of STV_DEFAULT
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/elf.57
1 files changed, 5 insertions, 2 deletions
diff --git a/man5/elf.5 b/man5/elf.5
index 8594242278..d82f40a3f2 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -1544,10 +1544,13 @@ This member defines the symbol visibility.
.TP 16
.PD 0
.BR STV_DEFAULT
-Default symbol visibility rules
+Default symbol visibility rules.
+Global and weak symbols are available to other modules;
+references in the local module can be interposed
+by definitions in other modules.
.TP
.BR STV_INTERNAL
-Processor-specific hidden class
+Processor-specific hidden class.
.TP
.BR STV_HIDDEN
Symbol is unavailable in other modules;