diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 17:59:41 +0000 |
commit | b5f82c54b245b63d31d1c7fb456d759fe6f4271d (patch) | |
tree | 348bd457ea994a9574e5a49e8fed82d8ac18f215 /usr.bin/write | |
parent | 2ff1e8275d4f73445fd38ed3b6ae0767fd684746 (diff) |
- note some apps which are xpg4, not posix
- note that some apps are optional to posix
after some discussion w/ otto
Diffstat (limited to 'usr.bin/write')
-rw-r--r-- | usr.bin/write/write.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 34bcd4ceb19..3ee4f6435ea 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.1,v 1.9 2003/06/03 02:56:24 millert Exp $ +.\" $OpenBSD: write.1,v 1.10 2007/05/31 17:59:40 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,6 +98,13 @@ over. .Xr mesg 1 , .Xr talk 1 , .Xr who 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification, +but its presence is optional. .Sh HISTORY A .Nm |