diff options
author | eivind <eivind@FreeBSD.org> | 1999-02-12 13:24:45 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-02-12 13:24:45 +0000 |
commit | e4dfcc3fca28b62859e06f17f30c58940849d6d1 (patch) | |
tree | befedc7e405a7f2d2a36fa284c898d7ec4f9b26d /usr.bin/cut | |
parent | 5382007cd05622ddb116cc28ef85e850353acb71 (diff) | |
download | FreeBSD-src-e4dfcc3fca28b62859e06f17f30c58940849d6d1.zip FreeBSD-src-e4dfcc3fca28b62859e06f17f30c58940849d6d1.tar.gz |
Back out the NetBSD .Nm changes - we don't have the required
infrastructure, and I don't seem to find time to merge it.
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 1b03323..3497b90 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 +.Nm cut .Fl b Ar list .Op Fl n .Op Ar -.Nm "" +.Nm cut .Fl c Ar list .Op Ar -.Nm "" +.Nm cut .Fl f Ar list .Op Fl d Ar delim .Op Fl s .Op Ar .Sh DESCRIPTION The -.Nm +.Nm cut 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 +.Nm cut utility exits with 0 on success or 1 if an error occurred. .Sh SEE ALSO .Xr paste 1 .Sh STANDARDS The -.Nm +.Nm cut utility conforms to .St -p1003.2-92 . |