Date: Mon, 7 Apr 1997 19:07:03 -0700 (PDT) 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 Message-ID: <Pine.BSF.3.96.970407190533.272D-100000@jg.dyn.ml.org> In-Reply-To: <199704080135.SAA13474@jg.dyn.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?Pine.BSF.3.96.970407190533.272D-100000>