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/gen/sem_post.3 | |
parent | 91ce3c5b858af828f30bf79525f7e4560f33d2f9 (diff) | |
download | src-test2-b1250632c5fc76d3b403ef995ee04bf5db2b8493.tar.gz src-test2-b1250632c5fc76d3b403ef995ee04bf5db2b8493.zip |
Notes
Diffstat (limited to 'lib/libc/gen/sem_post.3')
-rw-r--r-- | lib/libc/gen/sem_post.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3 index 0c8dea4934ef..bc0a031204bf 100644 --- a/lib/libc/gen/sem_post.3 +++ b/lib/libc/gen/sem_post.3 @@ -52,12 +52,7 @@ the semaphore will be allowed to return from .Fn sem_post is signal-reentrant and may be called within signal handlers. .Sh RETURN VALUES -If successful, -.Fn sem_post -returns 0. Otherwise, -1 is returned and -.Va errno -is set to indicate the type of -error. +.Rv -std sem_post .Sh ERRORS .Fn sem_post will fail if: |