diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-09 10:42:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-09 10:42:05 +0000 |
commit | 393e4387fbef921a69560c7fadca775fd6d73a84 (patch) | |
tree | 214ce3fed42839ae6de6838cd4cb4cd1749ff48e /lib/libc/sys | |
parent | 3840607d0318a0fdc6ba4c9cac795367939b6088 (diff) |
correction from vasil dimov;
tweak whilst in here
Diffstat (limited to 'lib/libc/sys')
-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: |