diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/tee | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/tee')
-rw-r--r-- | usr.bin/tee/tee.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index 0d99874c339..b16565e63ce 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tee.1,v 1.10 2009/08/16 09:41:08 sobrado Exp $ +.\" $OpenBSD: tee.1,v 1.11 2010/09/03 11:09:29 jmc 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: August 16 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt TEE 1 .Os .Sh NAME @@ -74,7 +74,7 @@ utility takes the default action for all signals, except in the event of the .Fl i option. -.Pp +.Sh EXIT STATUS .Ex -std tee .Sh STANDARDS The |