On Sat, Mar 10, 2012 at 12:46:36AM +0100, Benoît Knecht wrote:
> Hi Bjarni,
> 
> Bjarni Ingi Gislason wrote:
> >   From "groff":
> > 
> > <standard input>:16: warning: escape character ignored before `='
> > <standard input>:25: warning: escape character ignored before `='
> > 
> >   Patch:
> > 
> > --- rm.1    2012-03-08 23:42:47.000000000 +0000
> > +++ rm.1.new        2012-03-08 23:44:27.000000000 +0000
> > @@ -13,7 +13,7 @@
> > [...]
> 
> rm.1 is generated at build time by man/help2man from the output of
> 'rm --help' and the contents of man/rm.x (all paths relative to the
> topmost directory in the coreutils tarball).
> 
> Can you resend a patch against man/rm.x instead?
> 
--- rm.x        2012-03-10 20:46:31.000000000 +0000
+++ rm.x.new    2012-03-10 20:47:28.000000000 +0000
@@ -14,7 +14,7 @@
 removes each specified file.  By default, it does not remove
 directories.
 .P
-If the \fI\-I\fR or \fI\-\-interactive\=once\fR option is given,
+If the \fI\-I\fR or \fI\-\-interactive=once\fR option is given,
 and there are more than three files or the \fI\-r\fR, \fI\-R\fR,
 or \fI\-\-recursive\fR are given, then
 .B rm
@@ -23,7 +23,7 @@
 .P
 Otherwise, if a file is unwritable, standard input is a terminal, and
 the \fI\-f\fR or \fI\-\-force\fR option is not given, or the
-\fI\-i\fR or \fI\-\-interactive\=always\fR option is given,
+\fI\-i\fR or \fI\-\-interactive=always\fR option is given,
 .B rm
 prompts the user for whether to remove the file.  If the response is
 not affirmative, the file is skipped.

-- 
Bjarni I. Gislason



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to