summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-07-13 13:15:22 +0000
committerrwatson <rwatson@FreeBSD.org>2005-07-13 13:15:22 +0000
commit0ad2bc31344db250594331d3cea75b62b6f34e4c (patch)
tree1937442f2e666bc48b47bf663516aee9dc5ab7a7 /lib
parent1b88e7d9f319047f66e61642c06d87e5e4474476 (diff)
downloadFreeBSD-src-0ad2bc31344db250594331d3cea75b62b6f34e4c.zip
FreeBSD-src-0ad2bc31344db250594331d3cea75b62b6f34e4c.tar.gz
Cross-reference sem_getvalue(3) from several other semaphore-related
functions. MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sem_init.31
-rw-r--r--lib/libc/gen/sem_post.31
-rw-r--r--lib/libc/gen/sem_wait.31
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3
index d18f5e2..d765a57 100644
--- a/lib/libc/gen/sem_init.3
+++ b/lib/libc/gen/sem_init.3
@@ -83,6 +83,7 @@ Unable to initialize a shared semaphore.
.El
.Sh SEE ALSO
.Xr sem_destroy 3 ,
+.Xr sem_getvalue 3 ,
.Xr sem_post 3 ,
.Xr sem_trywait 3 ,
.Xr sem_wait 3 ,
diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3
index 6dd18a1..67559cc 100644
--- a/lib/libc/gen/sem_post.3
+++ b/lib/libc/gen/sem_post.3
@@ -67,6 +67,7 @@ argument
points to an invalid semaphore.
.El
.Sh SEE ALSO
+.Xr sem_getvalue 3 ,
.Xr sem_trywait 3 ,
.Xr sem_wait 3 ,
.Xr sem 4
diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3
index b6c3b7c..43d6fad 100644
--- a/lib/libc/gen/sem_wait.3
+++ b/lib/libc/gen/sem_wait.3
@@ -82,6 +82,7 @@ will fail if:
The semaphore value was zero, and thus could not be decremented.
.El
.Sh SEE ALSO
+.Xr sem_getvalue 3 ,
.Xr sem_post 3 ,
.Xr sem 4
.Sh STANDARDS
OpenPOWER on IntegriCloud