summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sachs <stesachs@amazon.com>2021-10-20 11:53:19 +0200
committerStephen Sachs <stesachs@amazon.com>2021-10-20 11:53:19 +0200
commit400f791cf30a88a2435cec1c660c009e669a6061 (patch)
treefeb6079a9a096cd9c9acc567e4d9529bd790ebb5
parent18a389ba35ce6a77e8025de9a47371159b4ccfb9 (diff)
downloadpatchelf-400f791cf30a88a2435cec1c660c009e669a6061.tar.gz
Change man page references from RPATH to RUNPATH
-rw-r--r--patchelf.112
1 files changed, 6 insertions, 6 deletions
diff --git a/patchelf.1 b/patchelf.1
index d6ab167..dc9ab5f 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -43,17 +43,17 @@ Raises an error if DT_SONAME doesn't exist.
.IP "--set-soname SONAME"
Sets DT_SONAME entry of a library to SONAME.
-.IP "--set-rpath RPATH"
-Change the RPATH of the executable or library to RPATH.
+.IP "--set-rpath RUNPATH"
+Change the DT_RUNPATH of the executable or library to RUNPATH.
-.IP "--add-rpath RPATH"
-Add RPATH to the existing RPATH of the executable or library.
+.IP "--add-rpath RUNPATH"
+Add RUNPATH to the existing DT_RUNPATH of the executable or library.
.IP --remove-rpath
Removes the DT_RPATH or DT_RUNPATH entry of the executable or library.
.IP --shrink-rpath
-Remove from the RPATH all directories that do not contain a
+Remove from the DT_RUNPATH or DT_RPATH all directories that do not contain a
library referenced by DT_NEEDED fields of the executable or library.
For instance, if an executable references one library libfoo.so, has
@@ -67,7 +67,7 @@ further rpath tuning. For instance, if an executable has an RPATH
the "/foo/lib" reference instead of the "/tmp" entry.
.IP --print-rpath
-Prints the RPATH for an executable or library.
+Prints the DT_RUNPATH or DT_RPATH for an executable or library.
.IP --force-rpath
Forces the use of the obsolete DT_RPATH in the file instead of