Grammar nits, double negatives

PR:		docs/10491
Submitted By:	Tom Hukins <tom@eborcom.com>
This commit is contained in:
Bill Fumerola 1999-03-15 02:57:29 +00:00
parent 0b1fedaafa
commit faaf9d7f46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44769

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\" $Id$
.\" $Id: uniq.1,v 1.3 1997/09/07 15:09:22 joerg Exp $
.\"
.Dd June 6, 1993
.Dt UNIQ 1
@ -67,7 +67,7 @@ The following options are available:
Precede each output line with the count of the number of times the line
occurred in the input, followed by a single space.
.It Fl d
Don't output lines that are not repeated in the input.
Only output lines that are repeated in the input.
.It Fl f Ar fields
Ignore the first
.Ar fields
@ -88,7 +88,7 @@ characters after the first
fields will be ignored.
Character numbers are one based, i.e. the first character is character one.
.It Fl u
Don't output lines that are repeated in the input.
Only output lines that are not repeated in the input.
.It Fl i
Case insensitive comparison of lines.
.\".It Fl Ns Ar n
@ -112,7 +112,7 @@ Case insensitive comparison of lines.
.El
.Pp
If additional arguments are specified on the command line, the first
such argument is used as the name of an input file, the second is used
argument is used as the name of an input file, the second is used
as the name of an output file.
.Pp
The