diff options
author | Ned Ludd <solar@gentoo.org> | 2007-06-29 18:48:47 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-06-29 18:48:47 +0000 |
commit | c3b38eed426a5bedd33591043f65c45edb35ac4c (patch) | |
tree | 0677ac0bfaa1d79593b14e4f607b74747371af60 /man | |
parent | - add endian scanning support (diff) | |
download | pax-utils-c3b38eed426a5bedd33591043f65c45edb35ac4c.tar.gz pax-utils-c3b38eed426a5bedd33591043f65c45edb35ac4c.tar.bz2 pax-utils-c3b38eed426a5bedd33591043f65c45edb35ac4c.zip |
- make -M take symbolic names in addition to numerical values
Diffstat (limited to 'man')
-rw-r--r-- | man/scanelf.docbook | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ <title>ELF ETYPES</title> <para> 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 <replaceable>2</replaceable> - rather than <replaceable>ET_EXEC</replaceable>. + 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 </para> <para> Here is the normal list available for your pleasure. You of course are free @@ -262,7 +261,7 @@ <title>ELF BITS</title> <para> 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. <itemizedlist> <listitem><para><emphasis remap='B'>32 - ELFCLASS32</emphasis> - 32bit ELFs</para></listitem> <listitem><para><emphasis remap='B'>64 - ELFCLASS64</emphasis> - 64bit ELFs</para></listitem> |