Cross reference sem(4) so users know which kernel options are required

to use these semaphore functions.
This commit is contained in:
Tim J. Robbins 2003-01-14 03:39:09 +00:00
parent a91b25dc1c
commit 51f2ddd7af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109220
10 changed files with 20 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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