summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semctl.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
committeraaron <aaron@openbsd.org>2000-04-15 11:45:51 +0000
commita3542fadceea0b2934914fdb31f44bdc344ef18e (patch)
treeaffef4e28b9bbc4beda06f911f301b0843b29273 /lib/libc/sys/semctl.2
parentOpenSSL 0.9.5a merge - fixes DSA cert generation problem (diff)
downloadwireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.tar.xz
wireguard-openbsd-a3542fadceea0b2934914fdb31f44bdc344ef18e.zip
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/semctl.2')
-rw-r--r--lib/libc/sys/semctl.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index c5da566a05b..7fa582ddb2b 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semctl.2,v 1.10 1999/06/29 14:10:17 aaron Exp $
+.\" $OpenBSD: semctl.2,v 1.11 2000/04/15 11:46:04 aaron Exp $
.\" $NetBSD: semctl.2,v 1.2 1997/03/27 08:20:40 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -146,7 +146,7 @@ fields in the structure associated with the semaphore.
The values are taken from the corresponding fields in the structure
pointed to by
.Fa arg.buf .
-This operation can only be executed by the super-user, or a process that
+This operation can only be executed by the superuser, or a process that
has an effective user ID equal to either
.Va sem_perm.cuid
or
@@ -156,7 +156,7 @@ in the data structure associated with the message queue.
Remove the semaphores associated with
.Fa semid
from the system and destroy the data structures associated with it. Only the
-super-user or a process with an effective UID equal to the
+superuser or a process with an effective UID equal to the
.Va sem_perm.cuid
or
.Va sem_perm.uid
@@ -204,7 +204,7 @@ is equal to
.Dv IPC_SET
or
.Dv IPC_RMID
-and the caller is not the super-user, nor does
+and the caller is not the superuser, nor does
the effective UID match either the
.Va sem_perm.uid
or