aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-12 10:51:49 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commitfe854f153e81a31695f386d00d83ffcbc25deffe (patch)
tree95b0cedc07547823a5a8588ae3e960af5a34e557
parent54d5fd1e442f098c068eebbba1ca578f7771eaed (diff)
downloadman-pages-fe854f153e81a31695f386d00d83ffcbc25deffe.tar.gz
dlopen.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index a63b00f500..08103abbf4 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -154,7 +154,7 @@ Zero or more of the following values may also be ORed in
.TP
.B RTLD_GLOBAL
The symbols defined by this shared object will be
-made available for symbol resolution of subsequently loaded shared object.
+made available for symbol resolution of subsequently loaded shared objects.
.TP
.B RTLD_LOCAL
This is the converse of