summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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
-rw-r--r--lib/libc_r/man/sem_destroy.33
-rw-r--r--lib/libc_r/man/sem_getvalue.33
-rw-r--r--lib/libc_r/man/sem_init.33
-rw-r--r--lib/libc_r/man/sem_post.33
-rw-r--r--lib/libc_r/man/sem_wait.33
10 files changed, 20 insertions, 10 deletions
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3
index 12524f9..c79b558 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 6ccff5c..9517ffb 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 fd517c2..f9eec78 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 71b9f43..3334865 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 c89ea04..84a17b3 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
diff --git a/lib/libc_r/man/sem_destroy.3 b/lib/libc_r/man/sem_destroy.3
index 12524f9..c79b558 100644
--- a/lib/libc_r/man/sem_destroy.3
+++ b/lib/libc_r/man/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_r/man/sem_getvalue.3 b/lib/libc_r/man/sem_getvalue.3
index 6ccff5c..9517ffb 100644
--- a/lib/libc_r/man/sem_getvalue.3
+++ b/lib/libc_r/man/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_r/man/sem_init.3 b/lib/libc_r/man/sem_init.3
index fd517c2..f9eec78 100644
--- a/lib/libc_r/man/sem_init.3
+++ b/lib/libc_r/man/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_r/man/sem_post.3 b/lib/libc_r/man/sem_post.3
index 71b9f43..3334865 100644
--- a/lib/libc_r/man/sem_post.3
+++ b/lib/libc_r/man/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_r/man/sem_wait.3 b/lib/libc_r/man/sem_wait.3
index c89ea04..84a17b3 100644
--- a/lib/libc_r/man/sem_wait.3
+++ b/lib/libc_r/man/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
OpenPOWER on IntegriCloud