Correct the description of the -f option: input and output fields are

separated by the field delimiter character, which is not necessarily
the tab character.
This commit is contained in:
Tim J. Robbins 2004-06-27 16:55:25 +00:00
parent 107af8f9eb
commit 8180b4573c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131200

View File

@ -109,8 +109,12 @@ as the field delimiter character instead of the tab character.
.It Fl f Ar list
The
.Ar list
specifies fields, delimited in the input by a single tab character.
Output fields are separated by a single tab character.
specifies fields, separated in the input by the field delimiter character
(see the
.Fl d
option.)
Output fields are separated by a single occurrence of the field delimiter
character.
.It Fl n
Do not split multi-byte characters.
.It Fl s