diff options
author | Ned Ludd <solar@gentoo.org> | 2006-02-05 17:10:52 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-02-05 17:10:52 +0000 |
commit | 2a1facbefc122cb784b65b0eea2682d5825bb2e5 (patch) | |
tree | c786c8c504f5dccc6f83729be53aae50c7dad61c /man | |
parent | - add ability to scan files based on bits via new -M option. syntax is -M 32 ... (diff) | |
download | pax-utils-2a1facbefc122cb784b65b0eea2682d5825bb2e5.tar.gz pax-utils-2a1facbefc122cb784b65b0eea2682d5825bb2e5.tar.bz2 pax-utils-2a1facbefc122cb784b65b0eea2682d5825bb2e5.zip |
- print ELF e_types when -h flag is given. Add missing PT_NUM to paxelf.c. Document new -M feature.
Diffstat (limited to 'man')
-rw-r--r-- | man/scanelf.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/scanelf.1 b/man/scanelf.1 index 6a65005..ca01d01 100644 --- a/man/scanelf.1 +++ b/man/scanelf.1 @@ -77,6 +77,9 @@ Locate cause of TEXTREL \fB\-E, \-\-etype <arg>\fR Print only ELF files matching numeric constant .TP +\fB\-M, \-\-bits <arg>\fR +Print only ELF files matching numeric bits +.TP \fB\-a, \-\-all\fR Print all scanned info (-x -e -t -r -n -i -b) .TP |