Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 1997 19:10:01 -0700 (PDT)
From:      Josh Gilliam <soil@quick.net>
To:        freebsd-bugs
Subject:   Re: docs/3223: bad grammar in rm.1
Message-ID:  <199704080210.TAA09448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/3223; it has been noted by GNATS.

From: Josh Gilliam <soil@quick.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: GNATS Management <gnats@freefall.freebsd.org>,
        freebsd-bugs@freefall.freebsd.org
Subject: Re: docs/3223: bad grammar in rm.1
Date: Mon, 7 Apr 1997 19:07:03 -0700 (PDT)

 In <199704080135.SAA13474@jg.dyn.ml.org>, soil@quick.net wrote:
 
 > >Fix:
 > 	
 > The NOTE section should be removed since it's not unique to rm.
 > 
 > --- rm.1.orig	Sat Feb 22 06:05:26 1997
 > +++ rm.1	Mon Apr  7 18:33:01 1997
 > @@ -122,28 +122,6 @@
 >  If an error occurs,
 >  .Nm rm
 >  exits with a value >0.
 > -.Sh NOTE
 > -.Nm rm
 > -use 
 > -.Xr getopt 3
 > -parsing routine. Getopt accept a
 > -.Sq Li --
 > -argument, which stop reading options, anything after this
 > -is not an option.
 > -So 
 > -.Nm rm
 > -handle files whose names begins with a
 > -.Sq Li - .
 > -Example:
 > -
 > -``$ rm -- -filename''.
 > -.Sh SEE ALSO
 > -.Xr rmdir 1 ,
 > -.Xr undelete 2 ,
 > -.Xr unlink 2 ,
 > -.Xr fts 3 ,
 > -.Xr getopt 3 ,
 > -.Xr symlink 7
 >  .Sh BUGS
 >  The
 >  .Fl P
 
 I removed too much, here is the correct diff file.
 
 --- rm.1.orig	Sat Feb 22 06:05:26 1997
 +++ rm.1	Mon Apr  7 18:46:42 1997
 @@ -122,21 +122,6 @@
  If an error occurs,
  .Nm rm
  exits with a value >0.
 -.Sh NOTE
 -.Nm rm
 -use 
 -.Xr getopt 3
 -parsing routine. Getopt accept a
 -.Sq Li --
 -argument, which stop reading options, anything after this
 -is not an option.
 -So 
 -.Nm rm
 -handle files whose names begins with a
 -.Sq Li - .
 -Example:
 -
 -``$ rm -- -filename''.
  .Sh SEE ALSO
  .Xr rmdir 1 ,
  .Xr undelete 2 ,
 
 
 --
 Josh Gilliam
 Orange, California, USA
 soil@quick.net
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704080210.TAA09448>