Reword a small part of the uniq(1) manual page to help reduce word

duplication (ie: fields fields).

PR:		38161
Reviewed by:	keramida
MFC after:	3 days
This commit is contained in:
Tom Rhodes 2002-05-21 16:54:58 +00:00
parent 66c795d4f4
commit 69cc776cd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97070

View File

@ -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