aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-06-30 06:48:46 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-06-30 06:48:46 +0000
commit812bff99b4b61928ed3b775d3b3f96edaeede254 (patch)
treef2eee731f0394fe32ee5badfeade2cd53c521005 /usr.bin/cut/cut.1
parent044addf89ae159f1fbe4b0ac0988a74d9df3a75c (diff)
downloadsrc-812bff99b4b61928ed3b775d3b3f96edaeede254.tar.gz
src-812bff99b4b61928ed3b775d3b3f96edaeede254.zip
Use err(3) instead of local redefinition. Change argument name in man
page to sync with usage string.
Notes
Notes: svn path=/head/; revision=27098
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r--usr.bin/cut/cut.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 97c5645e7c5b..3ba43ed914e8 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -46,7 +46,7 @@
.Ar
.Nm cut
.Fl f Ar list
-.Op Fl d Ar string
+.Op Fl d Ar delim
.Op Fl s
.Ar
.Sh DESCRIPTION
@@ -85,9 +85,9 @@ The options are as follows:
The
.Ar list
specifies character positions.
-.It Fl d Ar string
+.It Fl d Ar delim
Use the first character of
-.Ar string
+.Ar delim
as the field delimiter character instead of the tab character.
.It Fl f Ar list
The