summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBreno Rodrigues Guimarães <brenorg@gmail.com>2023-02-22 06:10:33 -0300
committerGitHub <noreply@github.com>2023-02-22 06:10:33 -0300
commit16f13b4194d75ad2dbb9f48ce75268b4cc9e7e6a (patch)
tree5a3d5eef8e0125ca78d8b0e4ac48092227747017
parent4a50d12e22fa958b733111bf38c878519afc1a5f (diff)
downloadpatchelf-16f13b4194d75ad2dbb9f48ce75268b4cc9e7e6a.tar.gz
Update patchelf.1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
-rw-r--r--patchelf.12
1 files changed, 2 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index 2112c73..6a8a94e 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -129,6 +129,8 @@ with the old and the new name separated by spaces like this:
old_name new_name
+Symbol names do not contain version specifier that are also shown in the output of the nm -D command from binutils. So instead of the name write@GLIBC_2.2.5 it is just write.
+
.IP "--output FILE"
Set the output file name. If not specified, the input will be modified in place.