summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-07-04 06:46:51 +0000
committerwiz <wiz@NetBSD.org>2017-07-04 06:46:51 +0000
commitb488e9753fcfba75be2c4f18112fb047c04b3200 (patch)
tree6d61ed7d0c983c7a8bdc84ae464446c08cdcdaf2 /bin/cat
parent5053cf4199106f73c692efe5c1d09baaa6387877 (diff)
Use Ex.
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/cat.16
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index 62b00b022af..9b11ba07fc6 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.39 2017/07/03 21:33:22 wiz Exp $
+.\" $NetBSD: cat.1,v 1.40 2017/07/04 06:46:51 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -121,9 +121,7 @@ Non-ascii characters (with the high bit set) are printed as
(for meta) followed by the character for the low 7 bits.
.El
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std cat
.Sh EXAMPLES
The command:
.Bd -literal -offset indent