semop.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-25 21:48:53 +01:00
parent 410ad57327
commit 5abea51fba
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ Otherwise,
(the count of threads waiting until this semaphore's value becomes zero)
is incremented by one and the thread sleeps until
one of the following occurs:
.IP \(bu 3
.IP \(bu 2
.I semval
becomes 0, at which time the value of
.I semzcnt
@ -224,7 +224,7 @@ Otherwise,
(the counter of threads waiting for this semaphore's value to increase)
is incremented by one and the thread sleeps until
one of the following occurs:
.IP \(bu 3
.IP \(bu 2
.I semval
becomes greater than or equal to the absolute value of
.IR sem_op :