diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 20:25:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 20:25:24 +0000 |
commit | 6cad64ba11b340a6a8a2838ee73a6ed19c7781e0 (patch) | |
tree | d6968de37ff37d102ff7bb309c0e775ff56f8769 /lib/libc/sys/msgrcv.2 | |
parent | 283915137f14bb73cc35b81256db999a2f8f3e15 (diff) |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'lib/libc/sys/msgrcv.2')
-rw-r--r-- | lib/libc/sys/msgrcv.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2 index 6fd8a0ca8c2..89dfd4d0b38 100644 --- a/lib/libc/sys/msgrcv.2 +++ b/lib/libc/sys/msgrcv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgrcv.2,v 1.11 2003/02/27 07:55:34 jmc Exp $ +.\" $OpenBSD: msgrcv.2,v 1.12 2003/06/01 20:25:23 jmc Exp $ .\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -197,6 +197,8 @@ is set in .Xr msgctl 2 , .Xr msgget 2 , .Xr msgsnd 2 +.Sh HISTORY +Message queues appeared in the first release of AT&T Unix System V. .Sh BUGS .Ox does not define the @@ -208,5 +210,3 @@ value, which should be used when no suitable message is available and .Dv IPC_NOWAIT is set. -.Sh HISTORY -Message queues appeared in the first release of AT&T Unix System V. |