From 5bee07eb5106b00f15e49dadb09063de80667468 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Jul 2020 13:44:37 +0200 Subject: [PATCH] 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 --- man8/ld.so.8 | 6 +++--- 1 file 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 -- 2.47.2