diff options
Diffstat (limited to 'lib/libpthread/man/sem_destroy.3')
-rw-r--r-- | lib/libpthread/man/sem_destroy.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3 index 0de4691..29e9bd8 100644 --- a/lib/libpthread/man/sem_destroy.3 +++ b/lib/libpthread/man/sem_destroy.3 @@ -49,12 +49,7 @@ After a successful call to is unuseable until re-initialized by another call to .Fn sem_init . .Sh RETURN VALUES -If successful, -.Fn sem_destroy -returns 0. Otherwise, -1 is returned and -.Va errno -is set to indicate the type of -error. +.Rv -std sem_destroy .Sh ERRORS .Fn sem_destroy will fail if: |