diff options
author | 1997-03-30 18:49:45 +0000 | |
---|---|---|
committer | 1997-03-30 18:49:45 +0000 | |
commit | 8a7d4150e8ae8644b1cf1626fc745d12b064a72b (patch) | |
tree | e24fb1acd1cb213056ba2efa6d2781a713846af0 /lib/libc/sys/msgctl.2 | |
parent | NetBSD PR #3399: Avoid overflowing in ut_host into ut_time (bounds check). Fix from Tatoku Ogaito (diff) | |
download | wireguard-openbsd-8a7d4150e8ae8644b1cf1626fc745d12b064a72b.tar.xz wireguard-openbsd-8a7d4150e8ae8644b1cf1626fc745d12b064a72b.zip |
We run OpenBSD not NetBSD
From NetBSD:
Fix includes specified for shmctl(2)
Make xrefs consistent
Diffstat (limited to 'lib/libc/sys/msgctl.2')
-rw-r--r-- | lib/libc/sys/msgctl.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2 index e3c609797a2..9dd36eaa554 100644 --- a/lib/libc/sys/msgctl.2 +++ b/lib/libc/sys/msgctl.2 @@ -1,4 +1,5 @@ -.\" $NetBSD: msgctl.2,v 1.1 1995/10/16 23:49:15 jtc Exp $ +.\" $OpenBSD: msgctl.2,v 1.3 1997/03/30 18:49:45 millert Exp $ +.\" $NetBSD: msgctl.2,v 1.2 1997/03/27 08:20:35 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden .\" All rights reserved. @@ -194,8 +195,8 @@ is not a valid command. specifies an invalid address. .El .Sh SEE ALSO -.Xr msgsnd 2 , +.Xr msgget 2 , .Xr msgrcv 2 , -.Xr msgget 2 +.Xr msgsnd 2 .Sh HISTORY Message queues appeared in the first release of AT&T Unix System V. |