diff options
Diffstat (limited to 'lib/libc/sys/semop.2')
-rw-r--r-- | lib/libc/sys/semop.2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 3ead1dc..7f18510 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -163,11 +163,7 @@ for each semaphore is added to the semaphore's value. This can be used to insure that a resource is released if a process terminates unexpectedly. .Sh RETURN VALUES -On success, -.Fn semop -returns 0; otherwise, -1 is returned and -.Va errno -is set to indicate the error. +.Rv -std semop .Sh ERRORS .Fn Semop will fail if: |