diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 16:45:56 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 16:45:56 +0000 |
commit | 26b6c45a92c8eae91cad4a7ce8935e08d2e5d368 (patch) | |
tree | 78dccaeba712e69b1159fb258d39913bc17f4612 /lib/libc/gen/sem_post.3 | |
parent | 0fe4fb09bc5d05bb01c0a45633738e5ad53fa3d4 (diff) |
Notes
Diffstat (limited to 'lib/libc/gen/sem_post.3')
-rw-r--r-- | lib/libc/gen/sem_post.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3 index ce1248a0b4d65..6dd18a1ef880f 100644 --- a/lib/libc/gen/sem_post.3 +++ b/lib/libc/gen/sem_post.3 @@ -26,6 +26,7 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD$ +.\" .Dd February 15, 2000 .Dt SEM_POST 3 .Os @@ -60,7 +61,9 @@ The function will fail if: .Bl -tag -width Er .It Bq Er EINVAL +The .Fa sem +argument points to an invalid semaphore. .El .Sh SEE ALSO |