diff options
Diffstat (limited to 'lib/libc_r/man/sem_getvalue.3')
-rw-r--r-- | lib/libc_r/man/sem_getvalue.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc_r/man/sem_getvalue.3 b/lib/libc_r/man/sem_getvalue.3 index 3ee947af7ad8..98674e6c79ee 100644 --- a/lib/libc_r/man/sem_getvalue.3 +++ b/lib/libc_r/man/sem_getvalue.3 @@ -49,12 +49,7 @@ as of the time that the call to .Fn sem_getvalue is actually run. .Sh RETURN VALUES -If successful, -.Fn sem_getvalue -returns 0. Otherwise, -1 is returned and -.Va errno -is set to indicate the type of -error. +.Rv -std sem_getvalue .Sh ERRORS .Fn sem_getvalue will fail if: |