ld.so.8: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-03 05:41:44 +02:00
parent 376c2e1c0f
commit 99194a09af
1 changed files with 8 additions and 6 deletions

View File

@ -94,7 +94,9 @@ linker option, this step is skipped.
.SS Rpath token expansion
.PP
.B ld.so
understands certain strings in an rpath specification (DT_RPATH or DT_RUNPATH); those strings are substituted as follows
understands certain token strings in an rpath specification
(DT_RPATH or DT_RUNPATH).
Those strings are substituted as follows:
.TP
.IR $ORIGIN " (or equivalently " ${ORIGIN} )
This expands to
@ -270,7 +272,7 @@ This variable is ignored in secure-execution mode.
Within the pathnames specified in
.BR LD_LIBRARY_PATH ,
the dynamic linker expands the strings
the dynamic linker expands the tokens
.IR $ORIGIN ,
.IR $LIB ,
and
@ -288,9 +290,9 @@ subdirectory below the directory containing the program to be executed:
$ \fBLD_LIBRARY_PATH='$ORIGIN/$LIB' prog\fP
(Note the use of single quotes, which prevent expansion of
.I ORIGIN
.I $ORIGIN
and
.I LIB
.I $LIB
as shell variables!)
.TP
.B LD_PRELOAD
@ -307,7 +309,7 @@ have the set-user-ID mode bit enabled are loaded.
Within the names specified in the
.BR LD_PRELOAD
list, the dynamic linker understands the strings
list, the dynamic linker understands the tokens
.IR $ORIGIN ,
.IR $LIB ,
and
@ -355,7 +357,7 @@ in the chapter
Within the names specified in the
.BR LD_AUDIT
list, the dynamic linker understands the strings
list, the dynamic linker understands the tokens
.IR $ORIGIN ,
.IR $LIB ,
and