diff options
Diffstat (limited to 'lib/libc/sys/msgget.2')
-rw-r--r-- | lib/libc/sys/msgget.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgget.2 b/lib/libc/sys/msgget.2 index 38e4ab0626c..88c39c10227 100644 --- a/lib/libc/sys/msgget.2 +++ b/lib/libc/sys/msgget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgget.2,v 1.4 1999/03/02 15:40:37 aaron Exp $ +.\" $OpenBSD: msgget.2,v 1.5 1999/05/25 13:06:47 aaron Exp $ .\" $NetBSD: msgget.2,v 1.1 1995/10/16 23:49:19 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -54,7 +54,7 @@ is equal to IPC_PRIVATE, or .Fa key does not have a message queue identifier associated with it, and the IPC_CREAT bit is set in -.Fa msgflg. +.Fa msgflg . If a new message queue is created, the data structure associated with it (the .Va msqid_ds |