summaryrefslogtreecommitdiffstats
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-03-15 02:57:29 +0000
committerbillf <billf@FreeBSD.org>1999-03-15 02:57:29 +0000
commitb37be6fe9b66e565c12fa660a42aa031b2b67dff (patch)
tree41e67f1a02e38f4e90da0f1b17b3e53af4b4c658 /usr.bin/uniq
parentf4d5dd0649a2973d09c453f9256ddc803fa7d099 (diff)
downloadFreeBSD-src-b37be6fe9b66e565c12fa660a42aa031b2b67dff.zip
FreeBSD-src-b37be6fe9b66e565c12fa660a42aa031b2b67dff.tar.gz
Grammar nits, double negatives
PR: docs/10491 Submitted By: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 9ace854..1728369 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -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
OpenPOWER on IntegriCloud