Refactor cut.1 and cut.c

and reflect recent changes to the role of "delim".
This commit is contained in:
FRIGN
2015-01-24 22:53:37 +01:00
parent eb57becb38
commit c369844ae2
2 changed files with 7 additions and 4 deletions

4
cut.1
View File

@@ -53,9 +53,9 @@ delimiters are passed through, unless
.Fl s
is specified.
.It Fl d Ar delim
Use first byte of
Use
.Ar delim
as field delimiter. Default is \et.
as field delimiter, which can be an arbitrary string. Default is '\et'.
.It Fl s
Suppress lines not containing field delimiters.
.El