diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-02-12 13:24:45 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-02-12 13:24:45 +0000 |
| commit | bac210578dc9057da96f3b88c84430b6e56aca4a (patch) | |
| tree | ee4fe61023ac74767b16885546bb21c975a0be7f /usr.bin/cut | |
| parent | 1e66367c66568657c2fa9f0d89f1c0e8fc573c3a (diff) | |
Notes
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 1b0332358541..3497b907200d 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 . |
