From c3b38eed426a5bedd33591043f65c45edb35ac4c Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Fri, 29 Jun 2007 18:48:47 +0000 Subject: - make -M take symbolic names in addition to numerical values --- man/scanelf.docbook | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/scanelf.docbook b/man/scanelf.docbook index 220928e..1ad9d9b 100644 --- a/man/scanelf.docbook +++ b/man/scanelf.docbook @@ -241,9 +241,8 @@ ELF ETYPES You can narrow your search by specifying the ELF object file type (ETYPE). - The commandline option actually takes the numeric value rather than the - symbolic type. In other words, you would specify 2 - rather than ET_EXEC. + The commandline option takes the numeric value and or symbolic type. + Multiple values can be passed comma separated. Example -E ET_EXEC,ET_DYN,1 Here is the normal list available for your pleasure. You of course are free @@ -262,7 +261,7 @@ ELF BITS You can also narrow your search by specifying the ELF bitsize. Again, specify - the numeric value rather than the symbolic define. + the numeric value or the symbolic define. 32 - ELFCLASS32 - 32bit ELFs 64 - ELFCLASS64 - 64bit ELFs -- cgit v1.2.3-65-gdbad