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:33:59 -0400 |
commit | b58ea12526294b53d52887b8a8a4f39bf5b4dff5 (patch) | |
tree | 60d7be59efe6d79cd9c31cd6134601c99a32feab /doc | |
parent | ChangeLog: updated (diff) | |
download | elfix-b58ea12526294b53d52887b8a8a4f39bf5b4dff5.tar.gz elfix-b58ea12526294b53d52887b8a8a4f39bf5b4dff5.tar.bz2 elfix-b58ea12526294b53d52887b8a8a4f39bf5b4dff5.zip |
Fixes a typo in revdep-pax script and documentation
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
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 698e90c..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 making (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 -.el .IP "\fB\-y\fR Assume ``yes'' to all prompts for making (\s-1USE\s0 \s-1CAREFULLY\s0!)" 4 -.IX Item "-y Assume yes to all prompts for making (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 19bf750..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 making (USE CAREFULLY!) +=item B<-y> Assume "yes" to all prompts for marking (USE CAREFULLY!) =item |