summaryrefslogtreecommitdiff
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
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 443d4a7b38c..95cf0b03dca 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cut.1,v 1.9 2006/01/04 15:50:58 jmc Exp $
+.\" $OpenBSD: cut.1,v 1.10 2007/03/15 22:38:24 jmc Exp $
.\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -93,9 +93,9 @@ specifies byte positions.
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