diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
commit | da024d08640ec7bd74b5283712b0f2a1b09bf53e (patch) | |
tree | be577cb67939587578554ad352c8d88f488711b3 /usr.bin/tee | |
parent | 277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff) |
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/tee')
-rw-r--r-- | usr.bin/tee/tee.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index e0d4a5a48c0..4047a476e6b 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tee.1,v 1.5 2003/06/03 02:56:17 millert Exp $ +.\" $OpenBSD: tee.1,v 1.6 2007/05/30 04:41:34 jmc Exp $ .\" $NetBSD: tee.1,v 1.4 1994/12/09 01:43:37 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -81,7 +81,6 @@ utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm -function is expected to be -.Tn POSIX -.St -p1003.2 -compatible. +utility is compliant with the +.St -p1003.1-2004 +specification. |