diff options
-rw-r--r-- | lib/libc/sys/msgctl.2 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2 index 68b90428bb2..8e466d6f71b 100644 --- a/lib/libc/sys/msgctl.2 +++ b/lib/libc/sys/msgctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgctl.2,v 1.11 2000/10/18 05:12:10 aaron Exp $ +.\" $OpenBSD: msgctl.2,v 1.12 2006/08/09 10:42:04 jmc Exp $ .\" $NetBSD: msgctl.2,v 1.2 1997/03/27 08:20:35 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -72,13 +72,9 @@ struct msqid_ds { .Ed .Pp The -.Bf -literal -ipc_perm -.Ef +.Fa ipc_perm structure used inside the -.Bf -literal -shmid_ds -.Ef +.Fa msqid_ds structure is defined in .Aq Pa sys/ipc.h and looks like this: |