diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-20 13:44:37 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-20 13:44:37 +0200 |
| commit | 5bee07eb5106b00f15e49dadb09063de80667468 (patch) | |
| tree | d65b82b45f6f94aa35e52213e53efdf7eb6d06fb | |
| parent | 2f8e66b0e72dea6be9fb9e56e86d285f97302be8 (diff) | |
| download | man-pages-5bee07eb5106b00f15e49dadb09063de80667468.tar.gz | |
ld.so.8: Clean up page internal cross references after Florian Weimer's patch
The subsection named "Rpath token expansion" was renamed to
"Dynamic string tokens". Update the cross-references inside
the page accordingly.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man8/ld.so.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 57723ba86f..0a77757afc 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -365,7 +365,7 @@ and .IR $PLATFORM (or the versions using curly braces around the names) as described above in -.IR "Rpath token expansion" . +.IR "Dynamic string tokens" . Thus, for example, the following would cause a library to be searched for in either the .I lib @@ -412,7 +412,7 @@ and .IR $PLATFORM (or the versions using curly braces around the names) as described above in -.IR "Rpath token expansion" . +.IR "Dynamic string tokens" . (See also the discussion of quoting under the description of .BR LD_LIBRARY_PATH .) .\" Tested with the following: @@ -482,7 +482,7 @@ and .IR $PLATFORM (or the versions using curly braces around the names) as described above in -.IR "Rpath token expansion" . +.IR "Dynamic string tokens" . (See also the discussion of quoting under the description of .BR LD_LIBRARY_PATH .) .IP |
