summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/sem_post.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-14 14:10:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-14 14:10:51 +0000
commitd89e98f06344166be4cdffa16eb64fe928c4ddee (patch)
treea3a294c3bf70402532c3c19606eecef53c6cabea /lib/libpthread/man/sem_post.3
parentd8d72f5699da99f3f9944cca08b2dd11efd46f33 (diff)
- make sure sem_ pages reference each other (idea from similar freebsd commit)
- where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)...
Diffstat (limited to 'lib/libpthread/man/sem_post.3')
-rw-r--r--lib/libpthread/man/sem_post.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3
index ddba637243a..46855825fc6 100644
--- a/lib/libpthread/man/sem_post.3
+++ b/lib/libpthread/man/sem_post.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_post.3,v 1.2 2002/02/20 05:29:37 fgsch Exp $
+.\" $OpenBSD: sem_post.3,v 1.3 2005/07/14 14:10:50 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -62,7 +62,10 @@ will fail if:
points to an invalid semaphore.
.El
.Sh SEE ALSO
-.Xr sem_trywait 3 ,
+.Xr sem_destroy 3 ,
+.Xr sem_getvalue 3 ,
+.Xr sem_init 3 ,
+.Xr sem_open 3 ,
.Xr sem_wait 3
.Sh STANDARDS
.Fn sem_post