diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-30 18:49:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-30 18:49:54 +0000 |
commit | d58216a238c51140192a84b0720206a4bbe20cbb (patch) | |
tree | fb7268155523121b5dbbde3fab39a42d98781d5a /lib/libc/sys/msgrcv.2 | |
parent | f4a5eb580f8b15dc64a626f24498614bcdda3f6f (diff) |
We run OpenBSD not NetBSD
From NetBSD:
Fix includes specified for shmctl(2)
Make xrefs consistent
Diffstat (limited to 'lib/libc/sys/msgrcv.2')
-rw-r--r-- | lib/libc/sys/msgrcv.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2 index 5a4ddf2e292..a76ce2c40e9 100644 --- a/lib/libc/sys/msgrcv.2 +++ b/lib/libc/sys/msgrcv.2 @@ -1,5 +1,5 @@ -.\" $OpenBSD: msgrcv.2,v 1.3 1996/12/11 17:39:19 deraadt Exp $ -.\" $NetBSD: msgrcv.2,v 1.1 1995/10/16 23:49:20 jtc Exp $ +.\" $OpenBSD: msgrcv.2,v 1.4 1997/03/30 18:49:47 millert Exp $ +.\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden .\" All rights reserved. @@ -170,11 +170,11 @@ There is no message of the requested type available on the message queue, and IPC_NOWAIT is set in .Fa msgflg . .Sh SEE ALSO -.Xr msgsnd 2 , .Xr msgctl 2 , -.Xr msgget 2 +.Xr msgget 2 , +.Xr msgsnd 2 .Sh BUGS -NetBSD does not define the EIDRM error value, which should be used in +OpenBSD does not define the EIDRM error value, which should be used in the case of a removed message queue, nor the ENOMSG value, which should be used when no suitable message is available and IPC_NOWAIT is set. |