Add the word ``fields'' to the description, and change an instance from

fields to num in the SYNOPSIS

Noticed by:	keramida
This commit is contained in:
Tom Rhodes 2002-05-24 19:12:02 +00:00
parent 8b1a580640
commit e223a77118
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97257

View File

@ -45,7 +45,7 @@
.Nm
.Op Fl c | Fl d | Fl u
.Op Fl i
.Op Fl f Ar fields
.Op Fl f Ar num
.Op Fl s Ar chars
.Oo
.Ar input_file
@ -71,7 +71,7 @@ Only output lines that are repeated in the input.
.It Fl f Ar num
Ignore the first
.Ar num
in each input line when doing comparisons.
fields in each input line when doing comparisons.
A field is a string of non-blank characters separated from adjacent fields
by blanks.
Field numbers are one based, i.e. the first field is field one.