diff options
author | tjr <tjr@FreeBSD.org> | 2002-05-30 00:46:00 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-05-30 00:46:00 +0000 |
commit | f0cf811c24dd5dc9af410ad7facfd3d0c7280c6a (patch) | |
tree | e7549563a81795a10ddc1ef0c1a69444afd3a045 /usr.bin/cut | |
parent | 60d1ab01d7d0344f0d2313c5eb05bfa76b9c8f15 (diff) | |
download | FreeBSD-src-f0cf811c24dd5dc9af410ad7facfd3d0c7280c6a.zip FreeBSD-src-f0cf811c24dd5dc9af410ad7facfd3d0c7280c6a.tar.gz |
Move exit status info into Diagnostics section.
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 00118af..0f6420f8 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -115,10 +115,8 @@ Do not split multi-byte characters. Suppress lines with no field delimiter characters. Unless specified, lines with no delimiters are passed through unmodified. .El -.Pp -The -.Nm -utility exits with 0 on success or 1 if an error occurred. +.Sh DIAGNOSTICS +.Ex -std .Sh SEE ALSO .Xr paste 1 .Sh STANDARDS |