diff options
author | Ned Ludd <solar@gentoo.org> | 2006-01-28 19:59:03 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-01-28 19:59:03 +0000 |
commit | 51ae8ce76243da30f340568127bbba535a40e477 (patch) | |
tree | c15a9d5c8161f2cf71ed57133f5dd5feccef8e7c | |
parent | - skip multi load scan checks if ehdr->e_type is not ET_DYN or ET_EXEC. Make ... (diff) | |
download | pax-utils-51ae8ce76243da30f340568127bbba535a40e477.tar.gz pax-utils-51ae8ce76243da30f340568127bbba535a40e477.tar.bz2 pax-utils-51ae8ce76243da30f340568127bbba535a40e477.zip |
- update scanelf man page with the 3 new optionsv0.1.8
-rw-r--r-- | man/scanelf.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/scanelf.1 b/man/scanelf.1 index 6bdbf8c..20cc711 100644 --- a/man/scanelf.1 +++ b/man/scanelf.1 @@ -1,4 +1,4 @@ -.TH "scanelf" "1" "May 2005" "Ned Ludd, Mike Frysinger" "User Commands" +.TH "scanelf" "1" "Jan 2006" "Ned Ludd, Mike Frysinger" "User Commands" .SH "NAME" .LP scanelf \- @@ -16,6 +16,9 @@ scanelf is a user-space utility to scan and list ELF types, as well as thier res \fB\-p, \-\-path\fR Scan all directories in PATH environment .TP +\fB\-A, \-\-archives\fR +Scan archives (.a files) +.TP \fB\-l, \-\-ldpath\fR Scan all directories in /etc/ld.so.conf .TP @@ -28,9 +31,15 @@ Don't recursively cross mount points \fB\-y, \-\-symlink\fR Don't scan symlinks .TP +\fB\-X, \-\-fix\fR +Try and 'fix' bad things (use with -r/-e) +.TP \fB\-x, \-\-pax\fR Print PaX markings .TP +\fB\-L, \-\-ldcache\fR +Utilize ld.so.cache information (use with -r/-n) +.TP \fB\-e, \-\-header\fR Print GNU_STACK markings .TP @@ -141,6 +150,7 @@ options) and send bug reports to pax-utils <solar@gentoo.org> or .BR chpax (1), .BR paxctl (1), .BR pspax (1), +.BR dumpelf (1), .BR readelf (1), .SH "AUTHORS" scanelf was written by <solar@gentoo.org> and <vapier@gentoo.org> |