aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 17:08:05 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:45 +0200
commitce65f81e7ab47a01ddbba2a937c83ea98cd88a2a (patch)
tree2073941f24af43d8d35a08d46df103afe2acc3f1
parent51f796a45082cca30160dc830f5a2460b016e9c5 (diff)
downloadman-pages-ce65f81e7ab47a01ddbba2a937c83ea98cd88a2a.tar.gz
dladdr.3: Minor wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dladdr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dladdr.3 b/man3/dladdr.3
index f4c6496b7e..f21d93295a 100644
--- a/man3/dladdr.3
+++ b/man3/dladdr.3
@@ -278,7 +278,7 @@ asking the dynamic linker to resolve the symbol).
To work around this,
you can try to compile the code to be position-independent:
then, the compiler cannot prepare the pointer
-at compile time anymore and today's
+at compile time any more and
.BR gcc (1)
will generate code that just loads the final symbol address from the
.I got