dladdr.3: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-24 17:08:05 +02:00
parent 51f796a450
commit ce65f81e7a
1 changed files with 1 additions and 1 deletions

View 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