summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Rodrigues Guimarães <brenorg@gmail.com>2023-02-21 06:12:44 -0300
committerGitHub <noreply@github.com>2023-02-21 06:12:44 -0300
commit5380f3b3a6d94def10fb5af7ef58666fa77efb48 (patch)
tree7c9be03917bfeff6e5b41df2d0e4b6e37af5da3e
parentcd0926c73f09394a57089c5b8b5fe09a5341f3ce (diff)
downloadpatchelf-5380f3b3a6d94def10fb5af7ef58666fa77efb48.tar.gz
Update patchelf.1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
-rw-r--r--patchelf.16
1 files changed, 4 insertions, 2 deletions
diff --git a/patchelf.1 b/patchelf.1
index ec9d995..2112c73 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -124,8 +124,10 @@ Clears the executable flag of the GNU_STACK program header, or adds a new header
Sets the executable flag of the GNU_STACK program header, or adds a new header.
.IP "--rename-dynamic-symbols NAME_MAP_FILE"
-Renames dynamic symbols. The name map file should contain two space separated
-names (old name and new name) per line.
+Renames dynamic symbols. The name map file should contain lines
+with the old and the new name separated by spaces like this:
+
+old_name new_name
.IP "--output FILE"
Set the output file name. If not specified, the input will be modified in place.