aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-06-27 16:55:25 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-06-27 16:55:25 +0000
commit8180b4573cf0d56ea02e968fbaa06625a8aad71b (patch)
tree1470bb2bc97a48e13083930865ca3dbc684a6c68 /usr.bin/cut
parent107af8f9ebdd622f01c4963a24f5df9d1a2caade (diff)
downloadsrc-8180b4573cf0d56ea02e968fbaa06625a8aad71b.tar.gz
src-8180b4573cf0d56ea02e968fbaa06625a8aad71b.zip
Notes
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.18
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 7c99a006aa26..b996e4f75f1d 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -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