summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-21 16:54:58 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-21 16:54:58 +0000
commit69cc776cd60565f0bc5c1d0a0600d445ebccd0f4 (patch)
treef6fec1eb2293c2410866c8bbcdde25e721e48595 /usr.bin/uniq
parent66c795d4f48648c1da380407d8c3a694ae976245 (diff)
downloadsrc-test2-69cc776cd60565f0bc5c1d0a0600d445ebccd0f4.tar.gz
src-test2-69cc776cd60565f0bc5c1d0a0600d445ebccd0f4.zip
Notes
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index be6da61d6bc6..c2c71d4ff42a 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -68,9 +68,9 @@ 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
Only output lines that are repeated in the input.
-.It Fl f Ar fields
+.It Fl f Ar num
Ignore the first
-.Ar fields
+.Ar num
in each input line when doing comparisons.
A field is a string of non-blank characters separated from adjacent fields
by blanks.
@@ -84,7 +84,7 @@ If specified in conjunction with the
option, the first
.Ar chars
characters after the first
-.Ar fields
+.Ar num
fields will be ignored.
Character numbers are one based, i.e. the first character is character one.
.It Fl u