diff options
author | Ned Ludd <solar@gentoo.org> | 2003-10-26 08:04:23 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-10-26 08:04:23 +0000 |
commit | 0cb147d0f897e8eccb450dd06e681770c965d012 (patch) | |
tree | 95ebff3412d250193132ada3553b5c1f3d920184 /man | |
parent | added some more man pages (diff) | |
download | pax-utils-0cb147d0f897e8eccb450dd06e681770c965d012.tar.gz pax-utils-0cb147d0f897e8eccb450dd06e681770c965d012.tar.bz2 pax-utils-0cb147d0f897e8eccb450dd06e681770c965d012.zip |
man updates
Diffstat (limited to 'man')
-rw-r--r-- | man/isetdyn.1 | 9 | ||||
-rw-r--r-- | man/scanelf.1 | 17 | ||||
-rw-r--r-- | man/scanexec.1 | 12 |
3 files changed, 18 insertions, 20 deletions
diff --git a/man/isetdyn.1 b/man/isetdyn.1 index efcbcae..1204c3d 100644 --- a/man/isetdyn.1 +++ b/man/isetdyn.1 @@ -8,9 +8,9 @@ user-space utility to scan elf files isetdyn [\fIoptions\fP] dir1 dir2 dirN... .br .SH "DESCRIPTION" -isetdyn is a user-space utility to test files for the presance of 3 very distnct things. +isetdyn is a user-space utility to test ELF files for the presance of 3 very distnct things. .br -\fBa)\fR the file is of type ET_DYN +\fBa)\fR the file format is of type ET_DYN .br \fBb)\fR the file has a program interpreter .br @@ -36,7 +36,10 @@ isetdyn /bin/ls .SH "AUTHORS" .LP isetdyn was written by <solar@gentoo.org> -.BR +.br +.SH "REPORTING BUGS" +Please include as much information as possible(using any available debugging options) and send bug reports for pax-utils <solar@gentoo.org> +.LP .SH "SEE ALSO" .LP chpax(1), gradm(8), isetdyn(1), scanelf(1), scanexec(1) diff --git a/man/scanelf.1 b/man/scanelf.1 index 53c1772..0273dbc 100644 --- a/man/scanelf.1 +++ b/man/scanelf.1 @@ -9,12 +9,9 @@ scanelf [\fIoptions\fP] dir1 dir2 dirN... .br .SH "DESCRIPTION" scanelf is a user-space utility to scan and list ELF types, as well as thier respctive PaX flags and filenames. - .LP - .SH "OPTIONS" .LP - .TP \fBNote\fR long options are not supported on all platforms. @@ -31,12 +28,11 @@ Scans paths listed in /etc/ld.so.conf \fB\-p, \-\-path\fR Scans paths in order they are listed in the environment $PATH .TP -.BR +.br .SH "FILES" .LP \fI/etc/ld.so.conf\fP .SH "ENVIRONMENT VARIABLES" -.LP .TP \fBPATH\fP When the -p option is used the environment variable PATH will be used. @@ -52,15 +48,14 @@ Alternativly you can run it like: .LP scanelf /bin /usr/bin /lib .br - -.SH "REPORTING BUGS" -Please include as much information as possible(using any available debugging options) and send bug reports for pax-utils <solar@gentoo.org> -.LP - .SH "AUTHORS" .LP scanelf was written by <solar@gentoo.org> -.BR +.br +.SH "REPORTING BUGS" +Please include as much information as possible(using any available debugging options) and send bug reports for pax-utils <solar@gentoo.org> +.LP +.br .SH "SEE ALSO" .LP chpax(1), gradm(8), isetdyn(1), scanelf(1), scanexec(1) diff --git a/man/scanexec.1 b/man/scanexec.1 index 125cd19..8f42ac6 100644 --- a/man/scanexec.1 +++ b/man/scanexec.1 @@ -9,13 +9,11 @@ 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. -.TP +.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. @@ -32,7 +30,7 @@ Lists PaX flags for each ELF ET_EXEC file. \fB\-p, \-\-path\fR Scans paths in order they are listed in the environment $PATH .TP -.BR +.br .SH "FILES" .LP \fInone\fP @@ -41,7 +39,6 @@ Scans paths in order they are listed in the environment $PATH .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: @@ -57,7 +54,10 @@ scanexec -x -p /bin /usr/bin /lib .SH "AUTHORS" .LP scanexec was written by <solar@gentoo.org> -.BR +.br +.SH "REPORTING BUGS" +Please include as much information as possible(using any available debugging options) and send bug reports for pax-utils <solar@gentoo.org> +.br .SH "SEE ALSO" .LP chpax(1), gradm(8), isetdyn(1), scanelf(1), scanexec(1) |