Skip to content

Commit e18453c

Browse files
authored
Merge pull request #331 from stephenmsachs/runpath_man_page
Change man page references from RPATH to RUNPATH
2 parents 18a389b + 400f791 commit e18453c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

patchelf.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ Raises an error if DT_SONAME doesn't exist.
4343
.IP "--set-soname SONAME"
4444
Sets DT_SONAME entry of a library to SONAME.
4545

46-
.IP "--set-rpath RPATH"
47-
Change the RPATH of the executable or library to RPATH.
46+
.IP "--set-rpath RUNPATH"
47+
Change the DT_RUNPATH of the executable or library to RUNPATH.
4848

49-
.IP "--add-rpath RPATH"
50-
Add RPATH to the existing RPATH of the executable or library.
49+
.IP "--add-rpath RUNPATH"
50+
Add RUNPATH to the existing DT_RUNPATH of the executable or library.
5151

5252
.IP --remove-rpath
5353
Removes the DT_RPATH or DT_RUNPATH entry of the executable or library.
5454

5555
.IP --shrink-rpath
56-
Remove from the RPATH all directories that do not contain a
56+
Remove from the DT_RUNPATH or DT_RPATH all directories that do not contain a
5757
library referenced by DT_NEEDED fields of the executable or library.
5858

5959
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
6767
the "/foo/lib" reference instead of the "/tmp" entry.
6868

6969
.IP --print-rpath
70-
Prints the RPATH for an executable or library.
70+
Prints the DT_RUNPATH or DT_RPATH for an executable or library.
7171

7272
.IP --force-rpath
7373
Forces the use of the obsolete DT_RPATH in the file instead of

0 commit comments

Comments
 (0)