diff options
author | Ned Ludd <solar@gentoo.org> | 2005-05-21 17:58:30 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-05-21 17:58:30 +0000 |
commit | 2b74d7b80a178fd75681a92260559adaa14f76bd (patch) | |
tree | d984eb9e91cd8067c4f4f2f3daac3a186379339b /man | |
parent | only fstat when we need to (diff) | |
download | pax-utils-2b74d7b80a178fd75681a92260559adaa14f76bd.tar.gz pax-utils-2b74d7b80a178fd75681a92260559adaa14f76bd.tar.bz2 pax-utils-2b74d7b80a178fd75681a92260559adaa14f76bd.zip |
- update manpages and code. Release 0.0.8v0.0.8
Diffstat (limited to 'man')
-rw-r--r-- | man/dumpelf.1 | 20 | ||||
-rw-r--r-- | man/pspax.1 | 23 | ||||
-rw-r--r-- | man/scanelf.1 | 10 |
3 files changed, 45 insertions, 8 deletions
diff --git a/man/dumpelf.1 b/man/dumpelf.1 new file mode 100644 index 0000000..cb9b327 --- /dev/null +++ b/man/dumpelf.1 @@ -0,0 +1,20 @@ +.TH dumpelf "1" "May 2005" "SpankY" "User Commands" +.SH NAME +dumpelf \- manual page for dumpelf +.SH SYNOPSIS +.B dumpelf +\fI<file1> \fR[\fIfile2 fileN \fR...] +.SH DESCRIPTION +* Dump internal ELF structure +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +* Print this help and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +* Print version and exit +.PP +.SH "SEE ALSO" +.BR readelf (1), +.SH "AUTHORS" +dumpelf written for Gentoo Linux by <vapier@gentoo> diff --git a/man/pspax.1 b/man/pspax.1 index 46031b9..97f546d 100644 --- a/man/pspax.1 +++ b/man/pspax.1 @@ -1,15 +1,31 @@ -.TH "scanelf" "1" "0.1" "Ned Ludd" "" +.TH "scanelf" "1" "User Commands" "Ned Ludd" "User Commands" .SH "NAME" .LP scanelf \- user-space utility to scan elf files .SH "SYNTAX" .LP +Usage: pspax [options] + user@shell$ pspax .BR .SH "DESCRIPTION" pspax is a user-space utility that scans the proc directory and list ELF types, as well as thier respctive PaX flags and filenames and attributes. Depending on pspax was compiled it additionaly will display the process running set of caabilities. .LP +.SH "OPTIONS" +.TP +\fB\-a, \-\-all\fR +* Show all processes +.TP +\fB\-B, \-\-nobanner\fR +* Don't display the header +.TP +\fB\-h, \-\-help\fR +* Print this help and exit +.TP +\fB\-V, \-\-version\fR +* Print version and exit +.LP .SH "FILES" .LP \fI/proc/\fP @@ -27,8 +43,7 @@ To run this program the standard way type: .LP pspax .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>. +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 paxctl (1), @@ -36,4 +51,4 @@ options) and send bug reports to pax-utils <solar@gentoo.org>. .BR gradm (8), .BR scanelf (1), .SH "AUTHORS" -scanelf was written by <solar@gentoo.org> +scanelf was written by <solar and vapier @gentoo.org> diff --git a/man/scanelf.1 b/man/scanelf.1 index 1743c78..f6c1b7f 100644 --- a/man/scanelf.1 +++ b/man/scanelf.1 @@ -1,4 +1,4 @@ -.TH "scanelf" "1" "0.1" "Ned Ludd, Mike Frysinger" "" +.TH "scanelf" "1" "May 2005" "Ned Ludd, Mike Frysinger" "User Commands" .SH "NAME" .LP scanelf \- @@ -50,17 +50,19 @@ Print INTERP information Find a specified symbol .TP \fB\-a, \-\-all\fR -Print all scanned info (-x -e -t -r -n -i) +Print all scanned info (-x -e -t -r -n -i -b) .TP \fB\-q, \-\-quiet\fR -Only output 'bad' things when the -a/-F flags are not given. +Only output 'bad' things. .TP \fB\-v, \-\-verbose\fR Be verbose (can be specified more than once) .TP \fB\-F, \-\-format <arg>\fR +The format modifiers mainly correspond to the getopt counterparts. +This option implies -a internally. + Use specified format for output. - The format modifiers mainly correspond to the getopt counterparts \fB%F\fR FILENAME \fB%x\fR PaX-Flags \fB%e\fR STACK/RELRO |