summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-15 14:59:27 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-15 14:59:29 +0200
commitf56a03ea6cda5e774dd6fd8b4760e343717494ee (patch)
tree0c7849d51d8a2fef4075ef2c28b22676c18bd3cf
parentfb111716df070df43cd6b4c59601fa1178bf41c3 (diff)
semop.2: Fix truncated comment on sempid
Fixes: bdd915e20f87346dc07b93f8f26386feb92d2c44 Reported-by: GUO Zihua <guozihua@huawei.com> Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/semop.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/semop.2 b/man2/semop.2
index 7a301f453..6c76c7277 100644
--- a/man2/semop.2
+++ b/man2/semop.2
@@ -46,6 +46,7 @@ unsigned short semval; /* semaphore value */
unsigned short semzcnt; /* # waiting for zero */
unsigned short semncnt; /* # waiting for increase */
pid_t sempid; /* PID of process that last
+ modified the semaphore value */
.EE
.in
.PP