summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2001-02-06 20:03:48 +0000
committercharnier <charnier@FreeBSD.org>2001-02-06 20:03:48 +0000
commitaa6a70fb7099b81a9f194e6b293020db850c7c27 (patch)
tree29f8395d349c33a0be06634ed3fcd2fefae1d0ec /usr.bin/cut/cut.1
parent54fa1fab4444b4363042080b30c232fc096b663b (diff)
downloadFreeBSD-src-aa6a70fb7099b81a9f194e6b293020db850c7c27.zip
FreeBSD-src-aa6a70fb7099b81a9f194e6b293020db850c7c27.tar.gz
Remove duplicate FreeBSD Id
Remoce unused #include Use imperative mode to start flag description
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r--usr.bin/cut/cut.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 712e0cd..61efca3 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -86,7 +86,7 @@ It is not an error to select fields or columns not present in the
input line.
.Pp
The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width indent
.It Fl b Ar list
The
.Ar list
@@ -107,7 +107,7 @@ Output fields are separated by a single tab character.
.It Fl n
Do not split multi-byte characters.
.It Fl s
-Suppresses lines with no field delimiter characters.
+Suppress lines with no field delimiter characters.
Unless specified, lines with no delimiters are passed through unmodified.
.El
.Pp
OpenPOWER on IntegriCloud