summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1996-12-18 08:03:31 +0000
committerswallace <swallace@FreeBSD.org>1996-12-18 08:03:31 +0000
commit0b3ad5ee30d24edc0ba4765d4947d45a172072ed (patch)
tree11958b21ae6b64173a5590d73a604fce0c4b50ef /lib
parent982c8ff10e26ed41c96478634391e1ecf3666ceb (diff)
downloadFreeBSD-src-0b3ad5ee30d24edc0ba4765d4947d45a172072ed.zip
FreeBSD-src-0b3ad5ee30d24edc0ba4765d4947d45a172072ed.tar.gz
Back out change. The last argument to semctl() IS union semun
for the C library call, which is a wrapper that passes it by reference to the kernel.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/semctl.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index 6f4b58f..57f5859 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -36,7 +36,7 @@
.Fd #include <sys/ipc.h>
.Fd #include <sys/sem.h>
.Ft int
-.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun *arg"
+.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun arg"
.Sh DESCRIPTION
.Fn Semctl
performs the operation indicated by
OpenPOWER on IntegriCloud