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_init.3 | |
parent | 91ce3c5b858af828f30bf79525f7e4560f33d2f9 (diff) |
Notes
Diffstat (limited to 'lib/libc_r/man/sem_init.3')
-rw-r--r-- | lib/libc_r/man/sem_init.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc_r/man/sem_init.3 b/lib/libc_r/man/sem_init.3 index 5f43c08e3789..87068adf0038 100644 --- a/lib/libc_r/man/sem_init.3 +++ b/lib/libc_r/man/sem_init.3 @@ -63,12 +63,7 @@ and is no longer valid after a successful call to .Fa sem_destroy . .Sh RETURN VALUES -If successful, -.Fn sem_init -returns 0. Otherwise, -1 is returned and -.Va errno -is set to indicate the type of -error. +.Rv -std sem_init .Sh ERRORS .Fn sem_init will fail if: |