diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-26 13:51:14 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-26 14:08:35 -0500 |
commit | e22b2cc3603fbe67808985168837b744cdd6fa68 (patch) | |
tree | d7a88063be674ee51135aecbd5482ab269ead4bd /doc | |
parent | scripts/revdep-pax: add -e switch, verbose for shell PATH (diff) | |
download | elfix-e22b2cc3603fbe67808985168837b744cdd6fa68.tar.gz elfix-e22b2cc3603fbe67808985168837b744cdd6fa68.tar.bz2 elfix-e22b2cc3603fbe67808985168837b744cdd6fa68.zip |
Improved readability of doc/revdep-pax.1 and scripts/revdep-pax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/revdep-pax.1 | 10 | ||||
-rw-r--r-- | doc/revdep-pax.pod | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/revdep-pax.1 b/doc/revdep-pax.1 index 3933f76..b991d90 100644 --- a/doc/revdep-pax.1 +++ b/doc/revdep-pax.1 @@ -181,15 +181,15 @@ so that the PaX flags of the target inherit the flags of the source. .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 -.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 "\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 .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 -.ie n .IP "\fB\-e\fR If \-v is chosen, then limit the report to only those executables in the current shell's $PATH. If \-m is chosen, then limit the markings to only those executables. This flag only has effect for reverse mappings, i.e., for \-r, \-s or \-l." 4 -.el .IP "\fB\-e\fR If \-v is chosen, then limit the report to only those executables in the current shell's \f(CW$PATH\fR. If \-m is chosen, then limit the markings to only those executables. This flag only has effect for reverse mappings, i.e., for \-r, \-s or \-l." 4 -.IX Item "-e If -v is chosen, then limit the report to only those executables in the current shell's $PATH. If -m is chosen, then limit the markings to only those executables. This flag only has effect for reverse mappings, i.e., for -r, -s or -l." +.ie n .IP "\fB\-e\fR If \-m is chosen, then limit the markings to only those executables in the current shell's $PATH. If \-v is chosen, then similarly limit the report. This flag only has effect for reverse mappings, i.e., for \-r, \-s or \-l." 4 +.el .IP "\fB\-e\fR If \-m is chosen, then limit the markings to only those executables in the current shell's \f(CW$PATH\fR. If \-v is chosen, then similarly limit the report. This flag only has effect for reverse mappings, i.e., for \-r, \-s or \-l." 4 +.IX Item "-e If -m is chosen, then limit the markings to only those executables in the current shell's $PATH. If -v is chosen, then similarly limit the report. This flag only has effect for reverse mappings, i.e., for -r, -s or -l." .IP "" 4 .IP "\fB\-h\fR Print out a short help message and exit." 4 .IX Item "-h Print out a short help message and exit." diff --git a/doc/revdep-pax.pod b/doc/revdep-pax.pod index a72b0ba..98175bd 100644 --- a/doc/revdep-pax.pod +++ b/doc/revdep-pax.pod @@ -68,7 +68,7 @@ so that the PaX flags of the target inherit the flags of the source. =item -=item B<-e> If -v is chosen, then limit the report to only those executables in the current shell's $PATH. If -m is chosen, then limit the markings to only those executables. This flag only has effect for reverse mappings, i.e., for -r, -s or -l. +=item B<-e> If -m is chosen, then limit the markings to only those executables in the current shell's $PATH. If -v is chosen, then similarly limit the report. This flag only has effect for reverse mappings, i.e., for -r, -s or -l. =item |