diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-28 23:19:34 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-28 23:19:34 -0500 |
commit | 9e7b34d3ae586ca8d0aa9419282b23702e34ecb6 (patch) | |
tree | 2c0fd128c4c10053a74944ef333d792ec3b485f1 /doc | |
parent | configure.ac: bump to version 0.5 (diff) | |
download | elfix-9e7b34d3ae586ca8d0aa9419282b23702e34ecb6.tar.gz elfix-9e7b34d3ae586ca8d0aa9419282b23702e34ecb6.tar.bz2 elfix-9e7b34d3ae586ca8d0aa9419282b23702e34ecb6.zip |
scripts/revdep-pax: -e works with both -v and not -v
Diffstat (limited to 'doc')
-rw-r--r-- | doc/revdep-pax.1 | 6 | ||||
-rw-r--r-- | doc/revdep-pax.pod | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/revdep-pax.1 b/doc/revdep-pax.1 index b991d90..3d2974c 100644 --- a/doc/revdep-pax.1 +++ b/doc/revdep-pax.1 @@ -187,9 +187,9 @@ so that the PaX flags of the target inherit the flags of the source. .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 \-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." +.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 .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 98175bd..03ff277 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 -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 B<-e> Limit the markings or report to only those executables in the current shell's $PATH. =item |