aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-03 08:53:23 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-03 08:53:23 +0100
commitcd65c2b1ebcbc3cdd8e79bf7e9fdc214074b31f4 (patch)
tree5ba2aef2faeb5f2fe50b5ceb7e8ebecaa69a097b
parent9c048ec1956e4c9e1f3060775b4d6b34a2fcb346 (diff)
downloadman-pages-cd65c2b1ebcbc3cdd8e79bf7e9fdc214074b31f4.tar.gz
semop.2: Tweak comment describing 'sempid'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/semop.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/semop.2 b/man2/semop.2
index e877f79e47..e2172e92ca 100644
--- a/man2/semop.2
+++ b/man2/semop.2
@@ -63,7 +63,8 @@ has the following associated values:
unsigned short semval; /* semaphore value */
unsigned short semzcnt; /* # waiting for zero */
unsigned short semncnt; /* # waiting for increase */
-pid_t sempid; /* ID of process that did last op */
+pid_t sempid; /* PID of process that last
+ modified semaphore value */
.sp
.in -4n
.fi