aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-04-01 19:09:15 +0000
committerNed Ludd <solar@gentoo.org>2005-04-01 19:09:15 +0000
commitdfc91acd940588e4f2033bb07ee039c4b9204216 (patch)
tree30ef9c2129928931f3205575092ae67598741de8 /man
parent- fix memleak (diff)
downloadpax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.tar.gz
pax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.tar.bz2
pax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.zip
- removed a few more no longer needed elf programs that have been replaced by scanelf.
Diffstat (limited to 'man')
-rw-r--r--man/scanexec.162
1 files changed, 0 insertions, 62 deletions
diff --git a/man/scanexec.1 b/man/scanexec.1
deleted file mode 100644
index 1f49770..0000000
--- a/man/scanexec.1
+++ /dev/null
@@ -1,62 +0,0 @@
-.TH "scanexec" "1" "0.1" "Ned Ludd" ""
-.SH "NAME"
-.LP
-scanexec \-
-user-space utility to scan elf files
-.SH "SYNTAX"
-.LP
-scanexec [\fIoptions\fP] dir1 dir2 dirN...
-.BR
-.SH "DESCRIPTION"
-scanexec is a user-space utility to scan and list ELF ET_EXEC files, and optionaly list PaX flags.
-.BR
-The main use of the scanexec util is to quickly identify which files potentially should to be rebuilt as etdyn.
-.LP
-.SH "OPTIONS"
-.LP
-.TP
-\fBNote\fR
-long options are not supported on all platforms.
-.TP
-\fB\-h, \-\-help\fR
-Output help information and exit.
-.TP
-\fB\-v, \-\-version\fR
-Output version information and exit.
-.TP
-\fB \-x, \-\-pax\fR
-Lists PaX flags for each ELF ET_EXEC file.
-.TP
-\fB\-p, \-\-path\fR
-Scans paths in order they are listed in the environment $PATH
-.TP
-.BR
-.SH "FILES"
-.LP
-\fInone\fP
-.SH "ENVIRONMENT VARIABLES"
-.LP
-.TP
-\fBPATH\fP
-When the -p option is used the environment variable PATH will be search and used.
-.SH "EXAMPLES"
-.LP
-To run this program the standard way type:
-.LP
-scanexec -p
-scanexec -x
-.LP
-Alternativly you can run it like:
-.LP
-scanexec -x -p /bin /usr/bin /lib
-.SH "REPORTING BUGS"
-Please include as much information as possible (using any available debugging
-options) and send bug reports to pax-utils <solar@gentoo.org>.
-.SH "SEE ALSO"
-.BR chpax (1),
-.BR gradm (8),
-.BR isetdyn (1),
-.BR scanelf (1),
-.BR scanexec(1)
-.SH "AUTHORS"
-scanexec was written by <solar@gentoo.org>