Module Name: src
Committed By: wiz
Date: Tue Jul 4 07:05:16 UTC 2017
Modified Files:
src/usr.bin/tee: tee.1
Log Message:
Add EXIT STATUS section. Use Ex.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/tee/tee.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/tee/tee.1
diff -u src/usr.bin/tee/tee.1:1.8 src/usr.bin/tee/tee.1:1.9
--- src/usr.bin/tee/tee.1:1.8 Mon Jul 3 21:34:21 2017
+++ src/usr.bin/tee/tee.1 Tue Jul 4 07:05:16 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: tee.1,v 1.8 2017/07/03 21:34:21 wiz Exp $
+.\" $NetBSD: tee.1,v 1.9 2017/07/04 07:05:16 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -73,10 +73,8 @@ utility takes the default action for all
except in the event of the
.Fl i
option.
-.Pp
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std tee
.Sh STANDARDS
The
.Nm