aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-07-14 16:52:09 +0000
committerNed Ludd <solar@gentoo.org>2004-07-14 16:52:09 +0000
commitf92a8fe567275cd920888ce3ba61a17d8c45a1cd (patch)
tree0f306a265e6a82adfea8c80457200213557795dc /man
parentadded pspax initial version (diff)
downloadpax-utils-f92a8fe567275cd920888ce3ba61a17d8c45a1cd.tar.gz
pax-utils-f92a8fe567275cd920888ce3ba61a17d8c45a1cd.tar.bz2
pax-utils-f92a8fe567275cd920888ce3ba61a17d8c45a1cd.zip
Makefile updates and remove deprecated isetdyn man page
Diffstat (limited to 'man')
-rw-r--r--man/isetdyn.145
1 files changed, 0 insertions, 45 deletions
diff --git a/man/isetdyn.1 b/man/isetdyn.1
deleted file mode 100644
index 1204c3d..0000000
--- a/man/isetdyn.1
+++ /dev/null
@@ -1,45 +0,0 @@
-.TH "isetdyn" "1" "0.1" "Ned Ludd" ""
-.SH "NAME"
-.LP
-isetdyn \-
-user-space utility to scan elf files
-.SH "SYNTAX"
-.LP
-isetdyn [\fIoptions\fP] dir1 dir2 dirN...
-.br
-.SH "DESCRIPTION"
-isetdyn is a user-space utility to test ELF files for the presance of 3 very distnct things.
-.br
-\fBa)\fR the file format is of type ET_DYN
-.br
-\fBb)\fR the file has a program interpreter
-.br
-\fBc)\fR the file contains a symbol for main()
-.TP
-This program has visible standard output only when the file meets all requirments.
-It's intended use is from shell scripts via return values to evaluate if a shared object is strip safe.
-.LP
-.SH "FILES"
-.LP
-\fInone\fP
-.SH "ENVIRONMENT VARIABLES"
-.LP
-.TP
-none
-.SH "EXAMPLES"
-.LP
-To run this program the standard way type:
-.LP
-isetdyn /bin/ls
-.br
-
-.SH "AUTHORS"
-.LP
-isetdyn was written by <solar@gentoo.org>
-.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)