Deleted Added
full compact
msgctl.2 (119893) msgctl.2 (161126)
1.\" $NetBSD: msgctl.2,v 1.1 1995/10/16 23:49:15 jtc Exp $
2.\"
3.\" Copyright (c) 1995 Frank van der Linden
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\"
1.\" $NetBSD: msgctl.2,v 1.1 1995/10/16 23:49:15 jtc Exp $
2.\"
3.\" Copyright (c) 1995 Frank van der Linden
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\"
32.\" $FreeBSD: head/lib/libc/gen/msgctl.3 119893 2003-09-08 19:57:22Z ru $
32.\" $FreeBSD: head/lib/libc/gen/msgctl.3 161126 2006-08-09 18:05:44Z maxim $
33.\"/
34.Dd November 24, 1997
35.Dt MSGCTL 3
36.Os
37.Sh NAME
38.Nm msgctl
39.Nd message control operations
40.Sh LIBRARY

--- 37 unchanged lines hidden (view full) ---

78 long msg_pad3;
79 long msg_pad4[4];
80};
81.Ed
82.Pp
83The
84.Vt ipc_perm
85structure used inside the
33.\"/
34.Dd November 24, 1997
35.Dt MSGCTL 3
36.Os
37.Sh NAME
38.Nm msgctl
39.Nd message control operations
40.Sh LIBRARY

--- 37 unchanged lines hidden (view full) ---

78 long msg_pad3;
79 long msg_pad4[4];
80};
81.Ed
82.Pp
83The
84.Vt ipc_perm
85structure used inside the
86.Vt shmid_ds
86.Vt msqid_ds
87structure is defined in
88.In sys/ipc.h
89and looks like this:
90.Bd -literal
91struct ipc_perm {
92 ushort cuid; /* creator user id */
93 ushort cgid; /* creator group id */
94 ushort uid; /* user id */

--- 120 unchanged lines hidden ---
87structure is defined in
88.In sys/ipc.h
89and looks like this:
90.Bd -literal
91struct ipc_perm {
92 ushort cuid; /* creator user id */
93 ushort cgid; /* creator group id */
94 ushort uid; /* user id */

--- 120 unchanged lines hidden ---