diff options
| author | fair <fair@NetBSD.org> | 1998-04-28 22:28:30 +0000 |
|---|---|---|
| committer | fair <fair@NetBSD.org> | 1998-04-28 22:28:30 +0000 |
| commit | 03324faa09597dc7b27f3714a7ee7cb66453a32b (patch) | |
| tree | fbcb7d9310805c9a4df808c49b41751c9e958bc7 /lib/libc/sys/msgctl.2 | |
| parent | f327fee4cae5a2db18bafd512c14792d801cb52d (diff) | |
fix mdoc references
Diffstat (limited to 'lib/libc/sys/msgctl.2')
| -rw-r--r-- | lib/libc/sys/msgctl.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2 index c3f8eccb3c2..e9d8a491425 100644 --- a/lib/libc/sys/msgctl.2 +++ b/lib/libc/sys/msgctl.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: msgctl.2,v 1.4 1997/11/27 10:24:44 mikel Exp $ +.\" $NetBSD: msgctl.2,v 1.5 1998/04/28 22:28:31 fair Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden .\" All rights reserved. @@ -116,7 +116,7 @@ The values are taken from the corresponding fields in the structure pointed to by .Fa buf . This operation can only be executed by the super-user, or a process that -has an effective user id equal to either +has an effective user id equal to either .Va msg_perm.cuid or .Va msg_perm.uid @@ -125,7 +125,7 @@ The value of .Va msg_qbytes can only be increased by the super-user. Values for .Va msg_qbytes -that exceed the system limit +that exceed the system limit .Pf ( Dv MSGMNB from .Aq Pa sys/msg.h ) @@ -134,7 +134,7 @@ are silently truncated to that limit. Remove the message queue specified by .Fa msqid and destroy the data associated with it. Only the super-user or a process -with an effective uid equal to the +with an effective uid equal to the .Va msg_perm.cuid or .Va msg_perm.uid |
