]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dladdr.3: Minor wording fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2015 15:08:05 +0000 (17:08 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:45 +0000 (17:35 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dladdr.3

index f4c6496b7ed72e2646042591f7ef5633acc055c5..f21d93295a82c159be822694f831bf2063977a18 100644 (file)
@@ -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