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.
This commit is contained in:
swallace 1996-12-18 08:03:31 +00:00
parent fcb1a30a12
commit 44e5809e7e

View File

@ -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