summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-14 03:39:09 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-14 03:39:09 +0000
commit51f2ddd7af07ee09e4491db48435add85c117b4c (patch)
tree1b61c381f67a475e0de77f12ecd2a70926816019 /lib/libc
parenta91b25dc1ccdc74ed92f7887caf8a7a6c8b1fcdb (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sem_destroy.33
-rw-r--r--lib/libc/gen/sem_getvalue.33
-rw-r--r--lib/libc/gen/sem_init.33
-rw-r--r--lib/libc/gen/sem_post.33
-rw-r--r--lib/libc/gen/sem_wait.33
5 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3
index 12524f90b410..c79b55818c69 100644
--- a/lib/libc/gen/sem_destroy.3
+++ b/lib/libc/gen/sem_destroy.3
@@ -63,7 +63,8 @@ There are currently threads blocked on the semaphore that
points to.
.El
.Sh SEE ALSO
-.Xr sem_init 3
+.Xr sem_init 3 ,
+.Xr sem 4
.Sh STANDARDS
.Fn sem_destroy
conforms to
diff --git a/lib/libc/gen/sem_getvalue.3 b/lib/libc/gen/sem_getvalue.3
index 6ccff5c5121f..9517ffb39509 100644
--- a/lib/libc/gen/sem_getvalue.3
+++ b/lib/libc/gen/sem_getvalue.3
@@ -61,7 +61,8 @@ points to an invalid semaphore.
.Sh SEE ALSO
.Xr sem_post 3 ,
.Xr sem_trywait 3 ,
-.Xr sem_wait 3
+.Xr sem_wait 3 ,
+.Xr sem 4
.Sh STANDARDS
.Fn sem_getvalue
conforms to
diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3
index fd517c224a03..f9eec780282d 100644
--- a/lib/libc/gen/sem_init.3
+++ b/lib/libc/gen/sem_init.3
@@ -80,7 +80,8 @@ Unable to initialize a shared semaphore.
.Xr sem_destroy 3 ,
.Xr sem_post 3 ,
.Xr sem_trywait 3 ,
-.Xr sem_wait 3
+.Xr sem_wait 3 ,
+.Xr sem 4
.Sh STANDARDS
.Fn sem_init
conforms to
diff --git a/lib/libc/gen/sem_post.3 b/lib/libc/gen/sem_post.3
index 71b9f43376a0..33348657322f 100644
--- a/lib/libc/gen/sem_post.3
+++ b/lib/libc/gen/sem_post.3
@@ -63,7 +63,8 @@ points to an invalid semaphore.
.El
.Sh SEE ALSO
.Xr sem_trywait 3 ,
-.Xr sem_wait 3
+.Xr sem_wait 3 ,
+.Xr sem 4
.Sh STANDARDS
.Fn sem_post
conforms to
diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3
index c89ea04a098b..84a17b3a4d43 100644
--- a/lib/libc/gen/sem_wait.3
+++ b/lib/libc/gen/sem_wait.3
@@ -77,7 +77,8 @@ will fail if:
The semaphore value was zero, and thus could not be decremented.
.El
.Sh SEE ALSO
-.Xr sem_post 3
+.Xr sem_post 3 ,
+.Xr sem 4
.Sh STANDARDS
.Fn sem_wait
and