summaryrefslogtreecommitdiff
path: root/usr.bin/tee/tee.1
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-04 11:19:56 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-04 11:19:56 +0000
commitd3f71e83aa457c3da879a748802d457091a47c5f (patch)
tree17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/tee/tee.1
parent826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff)
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/tee/tee.1')
-rw-r--r--usr.bin/tee/tee.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1
index e56f4e9b4cc..7a4f76473cc 100644
--- a/usr.bin/tee/tee.1
+++ b/usr.bin/tee/tee.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tee.1,v 1.7 2007/05/31 19:20:17 jmc Exp $
+.\" $OpenBSD: tee.1,v 1.8 2009/01/04 11:19:55 sobrado Exp $
.\" $NetBSD: tee.1,v 1.4 1994/12/09 01:43:37 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tee.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 4 2009 $
.Dt TEE 1
.Os
.Sh NAME
@@ -75,9 +75,7 @@ except in the event of the
.Fl i
option.
.Pp
-The
-.Nm
-utility exits 0 on success or >0 if an error occurred.
+.Ex -std tee
.Sh STANDARDS
The
.Nm