From 16f13b4194d75ad2dbb9f48ce75268b4cc9e7e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Breno=20Rodrigues=20Guimar=C3=A3es?= Date: Wed, 22 Feb 2023 06:10:33 -0300 Subject: Update patchelf.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- patchelf.1 | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.1