summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.1
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-02-02 15:48:04 +0000
committereivind <eivind@FreeBSD.org>1999-02-02 15:48:04 +0000
commit62b47b1e633a781b6f0b1e4ca26770684f349121 (patch)
tree09bd6d3305a2a85ad8d2bbd46054d0a73055217f /usr.bin/cut/cut.1
parenteac18e1b61921f00296eb85595f676b5410fadb8 (diff)
downloadFreeBSD-src-62b47b1e633a781b6f0b1e4ca26770684f349121.zip
FreeBSD-src-62b47b1e633a781b6f0b1e4ca26770684f349121.tar.gz
Merge from NetBSD: cut.1 rev 1.6 to 1.8
cut.c rev 1.9 to 1.13 * Man page internal cleanups * 8-bit characters cast to unsigned for is*() * Misc cleanups for egcs -Wall compatibility
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r--usr.bin/cut/cut.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index fd1c92d..1b03323 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -41,21 +41,21 @@
.Nm cut
.Nd select portions of each line of a file
.Sh SYNOPSIS
-.Nm cut
+.Nm
.Fl b Ar list
.Op Fl n
.Op Ar
-.Nm cut
+.Nm ""
.Fl c Ar list
.Op Ar
-.Nm cut
+.Nm ""
.Fl f Ar list
.Op Fl d Ar delim
.Op Fl s
.Op Ar
.Sh DESCRIPTION
The
-.Nm cut
+.Nm
utility selects portions of each line (as specified by
.Ar list )
from each
@@ -110,12 +110,12 @@ Unless specified, lines with no delimiters are passed through unmodified.
.El
.Pp
The
-.Nm cut
-utility exits 0 on success or 1 if an error occurred.
+.Nm
+utility exits with 0 on success or 1 if an error occurred.
.Sh SEE ALSO
.Xr paste 1
.Sh STANDARDS
The
-.Nm cut
+.Nm
utility conforms to
.St -p1003.2-92 .
OpenPOWER on IntegriCloud