svipc.7: Tweak description of 'sempid'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-03 08:55:49 +01:00
parent cd65c2b1eb
commit 9b4a382a79
1 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ containing the following members:
struct sem {
int semval; /* semaphore value */
int sempid; /* PID for last operation */
int sempid; /* PID of process that last modified */
.\" unsigned short semncnt; /* nr awaiting semval to increase */
.\" unsigned short semzcnt; /* nr awaiting semval = 0 */
};
@ -256,8 +256,8 @@ struct sem {
Semaphore value: a nonnegative integer.
.TP
.I sempid
ID of the last process that performed a semaphore operation
on this semaphore.
PID of the last process that modified the value of
this semaphore.
.\".TP
.\".I semncnt
.\"Number of processes suspended awaiting for