diff options
author | Ned Ludd <solar@gentoo.org> | 2005-05-17 21:30:47 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-05-17 21:30:47 +0000 |
commit | 03709ddb36d131097dde92d8a6237a050a017945 (patch) | |
tree | 664fc68f004418f1ed4674504cea3f1a7432b592 /man | |
parent | man/scanelf.1 (diff) | |
download | pax-utils-03709ddb36d131097dde92d8a6237a050a017945.tar.gz pax-utils-03709ddb36d131097dde92d8a6237a050a017945.tar.bz2 pax-utils-03709ddb36d131097dde92d8a6237a050a017945.zip |
- man page updates. getting ready for 0.0.8
Diffstat (limited to 'man')
-rw-r--r-- | man/scanelf.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/man/scanelf.1 b/man/scanelf.1 index 31d079b..69e34d8 100644 --- a/man/scanelf.1 +++ b/man/scanelf.1 @@ -24,7 +24,9 @@ Scan directories recursively .TP \fB\-m, \-\-mount\fR Don't recursively cross mount points - +.TP +\fB\-y, \-\-symlink\fR +Don't scan symlinks .TP \fB\-x, \-\-pax\fR Print PaX markings @@ -44,6 +46,9 @@ Print NEEDED information \fB\-i, \-\-interp\fR Print INTERP information .TP +\fB\-s, \-\-symbol <arg>\fR +Find a specified symbol +.TP \fB\-a, \-\-all\fR Print all scanned info (-x -e -t -r -n -i) .TP @@ -53,7 +58,7 @@ Only output 'bad' things when the -a/-F flags are not given. \fB\-v, \-\-verbose\fR Be verbose (can be specified more than once) .TP -\fB\-F, \-\-format\fR +\fB\-F, \-\-format <arg>\fR Use specified format for output. The format modifiers mainly correspond to the getopt counterparts \fB%F\fR FILENAME @@ -64,7 +69,12 @@ Use specified format for output. \fB%n\fR NEEDED \fB%i\fR INTERP \fB%s\fR symbol - +.TP +\fB\-f, \-\-from <arg>\fR +Read input stream from a filename +.TP +\fB\-o, \-\-file <arg>\fR +Write output stream to a filename .TP \fB\-B, \-\-nobanner\fR Don't display the header |