diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 02:57:29 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 02:57:29 +0000 |
| commit | faaf9d7f466dcb7028f2d9cda497f3303ce00266 (patch) | |
| tree | ad816a29fcb73b740a6510887a669abb7f7d0f9b /usr.bin | |
| parent | 0b1fedaafa4d4da4e74b569b8b52906d750447a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/uniq/uniq.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 9ace8541bac3..1728369f959b 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 |
