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/ipcrm | |
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/ipcrm')
-rw-r--r-- | usr.bin/ipcrm/ipcrm.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 21aea2aa3e3..17a295dc416 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcrm.1,v 1.11 2005/02/22 14:56:21 jmc Exp $ +.\" $OpenBSD: ipcrm.1,v 1.12 2007/05/31 17:59:39 jmc Exp $ .\" .\" Copyright (c) 1994 Adam Glass .\" All rights reserved. @@ -84,3 +84,9 @@ determined by using .Xr ipcs 1 . .Sh SEE ALSO .Xr ipcs 1 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -xpg4 +specification. |