From 113303550dc710aa14a7cb7c07fa6939e675b0ad Mon Sep 17 00:00:00 2001 From: tjr Date: Tue, 14 Jan 2003 03:39:09 +0000 Subject: Cross reference sem(4) so users know which kernel options are required to use these semaphore functions. --- lib/libc_r/man/sem_destroy.3 | 3 ++- lib/libc_r/man/sem_getvalue.3 | 3 ++- lib/libc_r/man/sem_init.3 | 3 ++- lib/libc_r/man/sem_post.3 | 3 ++- lib/libc_r/man/sem_wait.3 | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'lib/libc_r') 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 -- cgit v1.1