summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2002-03-06 14:14:36 +0000
committermaxim <maxim@FreeBSD.org>2002-03-06 14:14:36 +0000
commita13147ab27b5f2e64b3dbd9d94b3df72fa856481 (patch)
tree4f8ba8855dd224171b1dec810018e3facbb1156a /lib
parent0d40df5f4c8c27ed39dabb752cbf27b7f9b141bd (diff)
downloadFreeBSD-src-a13147ab27b5f2e64b3dbd9d94b3df72fa856481.zip
FreeBSD-src-a13147ab27b5f2e64b3dbd9d94b3df72fa856481.tar.gz
Add GETPID to the list of operations for which semctl(2) returns the value.
Reviewed by: alfred, ru Approved by: ru MFC after: 3 days
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 6950371..ea96a38 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -157,7 +157,7 @@ struct semid_ds {
On success, when
.Fa cmd
is one of
-.Dv GETVAL , GETNCNT
+.Dv GETVAL , GETPID , GETNCNT
or
.Dv GETZCNT ,
.Fn semctl
OpenPOWER on IntegriCloud