aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/revdep-pax.1')
-rw-r--r--doc/revdep-pax.170
1 files changed, 35 insertions, 35 deletions
diff --git a/doc/revdep-pax.1 b/doc/revdep-pax.1
index ee7cfd5..cb76b52 100644
--- a/doc/revdep-pax.1
+++ b/doc/revdep-pax.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.23)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -38,6 +38,8 @@
. ds PI \(*p
. ds L" ``
. ds R" ''
+. ds C`
+. ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
-.ie \nF \{\
-. de IX
-. tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
..
-. nr % 0
-. rr F
-.\}
-.el \{\
-. de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+. if \nF \{
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
..
+. if !\nF==2 \{
+. nr % 0
+. nr F 2
+. \}
+. \}
.\}
+.rr rF
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
@@ -124,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "REVDEP-PAX 1"
-.TH REVDEP-PAX 1 "2014-07-30" "elfix 0.9" "Documentation for elfix"
+.TH REVDEP-PAX 1 "2014-10-13" "elfix 0.9" "Documentation for elfix"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -159,44 +168,35 @@ against it. The library can either be specified by its \s-1SONAME\s0 as it is r
by \fBldd\fR(1), or by the full path to the \s-1LIBRARY\s0 file. Symbolic links are
dereferenced. The user can optionally scan for all forward mappings on the
system (\-f), for all reverse mappings (\-r), for forward mappings of just one
-\&\s-1OBJECT\s0 (\-b), for reverse mappings of just one \s-1SONAME\s0 (\-s) or one \s-1LIBRARY\s0 (\-l).
+\&\s-1OBJECT \s0(\-b), for reverse mappings of just one \s-1SONAME \s0(\-s) or one \s-1LIBRARY \s0(\-l).
In verbose mode (\-v), all mappings are reported, not just mismatching ones,
and in mark mode (\-m), the user is prompted whether to proceed with the migration,
so that the PaX flags of the target inherit the flags of the source.
.SH "OPTIONS"
.IX Header "OPTIONS"
.IP "\fB\-f\fR Scan the system for all forward mappings." 4
-.IX Item "-f Scan the system for all forward mappings."
+.IX Item "-f Scan the system for all forward mappings."
.PD 0
-.IP "" 4
.IP "\fB\-r\fR Scan the system for all reverse mappings." 4
-.IX Item "-r Scan the system for all reverse mappings."
-.IP "" 4
-.IP "\fB\-b\fR \s-1OBJECT\s0 Retrieve only the forward mappings for this \s-1ELF\s0 \s-1OBJECT\s0." 4
-.IX Item "-b OBJECT Retrieve only the forward mappings for this ELF OBJECT."
-.IP "" 4
-.IP "\fB\-s\fR \s-1SONAME\s0 Retrieve only the reverse mappings for this \s-1SONAME\s0." 4
-.IX Item "-s SONAME Retrieve only the reverse mappings for this SONAME."
-.IP "" 4
-.IP "\fB\-l\fR \s-1LIBRARY\s0 Retrieve only the reverse mappings for this \s-1LIBRARY\s0." 4
-.IX Item "-l LIBRARY Retrieve only the reverse mappings for this LIBRARY."
-.IP "" 4
+.IX Item "-r Scan the system for all reverse mappings."
+.IP "\fB\-b\fR \s-1OBJECT \s0 Retrieve only the forward mappings for this \s-1ELF OBJECT.\s0" 4
+.IX Item "-b OBJECT Retrieve only the forward mappings for this ELF OBJECT."
+.IP "\fB\-s\fR \s-1SONAME \s0 Retrieve only the reverse mappings for this \s-1SONAME.\s0" 4
+.IX Item "-s SONAME Retrieve only the reverse mappings for this SONAME."
+.IP "\fB\-l\fR \s-1LIBRARY\s0 Retrieve only the reverse mappings for this \s-1LIBRARY.\s0" 4
+.IX Item "-l LIBRARY Retrieve only the reverse mappings for this LIBRARY."
.IP "\fB\-v\fR Report all mappings, not just the mismatched ones." 4
-.IX Item "-v Report all mappings, not just the mismatched ones."
-.IP "" 4
+.IX Item "-v Report all mappings, not just the mismatched ones."
.ie n .IP "\fB\-e\fR Limit the markings or report to only those executables in the current shell's $PATH." 4
.el .IP "\fB\-e\fR Limit the markings or report to only those executables in the current shell's \f(CW$PATH\fR." 4
-.IX Item "-e Limit the markings or report to only those executables in the current shell's $PATH."
-.IP "" 4
+.IX Item "-e Limit the markings or report to only those executables in the current shell's $PATH."
.IP "\fB\-m\fR Prompt the user to mark the found object with the PaX flags of the source." 4
-.IX Item "-m Prompt the user to mark the found object with the PaX flags of the source."
-.IP "" 4
-.ie n .IP "\fB\-y\fR Assume ""yes"" to all prompts for marking (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4
-.el .IP "\fB\-y\fR Assume ``yes'' to all prompts for marking (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4
-.IX Item "-y Assume yes to all prompts for marking (USE CAREFULLY!)"
-.IP "" 4
+.IX Item "-m Prompt the user to mark the found object with the PaX flags of the source."
+.ie n .IP "\fB\-y\fR Assume ""yes"" to all prompts for marking (\s-1USE CAREFULLY\s0!)" 4
+.el .IP "\fB\-y\fR Assume ``yes'' to all prompts for marking (\s-1USE CAREFULLY\s0!)" 4
+.IX Item "-y Assume yes to all prompts for marking (USE CAREFULLY!)"
.IP "\fB\-h\fR Print out a short help message and exit." 4
-.IX Item "-h Print out a short help message and exit."
+.IX Item "-h Print out a short help message and exit."
.PD
.SH "HOMEPAGE"
.IX Header "HOMEPAGE"