diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-08-09 13:32:13 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-08-09 13:32:13 +0000 |
commit | b1250632c5fc76d3b403ef995ee04bf5db2b8493 (patch) | |
tree | 251e4417acf32d993acd2d301d7ead7122c562cf /lib/libc_r/man/sem_getvalue.3 | |
parent | 91ce3c5b858af828f30bf79525f7e4560f33d2f9 (diff) |
Notes
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: |