diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-12 18:25:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-12 19:36:07 -0400 |
commit | 5a4289bbc222d5dbb9e9c4c3f936c58ef6f72ae4 (patch) | |
tree | cd99121cf69c4f6e9c92af5774752d8971bfb51f | |
parent | Fixes a typo in revdep-pax script and documentation (diff) | |
download | elfix-0.5.x.tar.gz elfix-0.5.x.tar.bz2 elfix-0.5.x.zip |
Fixes a typo in revdep-pax script and documentationelfix-0.5.x
Reported-by: Tully Gray <tullygray@arc.net.au>
X-Gentoo-Bug: 431090
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=431090
-rw-r--r-- | doc/revdep-pax.1 | 6 | ||||
-rw-r--r-- | doc/revdep-pax.pod | 2 | ||||
-rwxr-xr-x | scripts/revdep-pax | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/revdep-pax.1 b/doc/revdep-pax.1 index ee9ed5a..f801135 100644 --- a/doc/revdep-pax.1 +++ b/doc/revdep-pax.1 @@ -191,9 +191,9 @@ so that the PaX flags of the target inherit the 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 -.ie n .IP "\fB\-y\fR Assume ""yes"" to all prompts for masking (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 -.el .IP "\fB\-y\fR Assume ``yes'' to all prompts for masking (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 -.IX Item "-y Assume yes to all prompts for masking (USE CAREFULLY!)" +.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 .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 08034a4..7cddd9d 100644 --- a/doc/revdep-pax.pod +++ b/doc/revdep-pax.pod @@ -72,7 +72,7 @@ so that the PaX flags of the target inherit the flags of the source. =item -=item B<-y> Assume "yes" to all prompts for masking (USE CAREFULLY!) +=item B<-y> Assume "yes" to all prompts for marking (USE CAREFULLY!) =item diff --git a/scripts/revdep-pax b/scripts/revdep-pax index cd9770d..9a990a2 100755 --- a/scripts/revdep-pax +++ b/scripts/revdep-pax @@ -407,7 +407,7 @@ def run_usage(): print(' : -v verbose, otherwise just print mismatching objects') print(' : -e only print out executables in shell $PATH') print(' : -m don\'t just report, but mark the mismatching objects') - print(' : -y assume "yes" to all prompts for masking (USE CAREFULLY!)') + print(' : -y assume "yes" to all prompts for marking (USE CAREFULLY!)') print('\n'), |