mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO
section, sync it with sem_wait.3.
This commit is contained in:
parent
f4d77e9e54
commit
9fbfd54e8e
2 changed files with 3 additions and 4 deletions
|
|
@ -106,12 +106,10 @@ The semaphore could not be locked before the specified timeout expired.
|
|||
A signal interrupted this function.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr semctl 2 ,
|
||||
.Xr semget 2 ,
|
||||
.Xr semop 2 ,
|
||||
.Xr sem_post 3 ,
|
||||
.Xr sem_trywait 3 ,
|
||||
.Xr sem_wait 3
|
||||
.Xr sem_wait 3 ,
|
||||
.Xr sem 4
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sem_timedwait
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ The semaphore value was zero, and thus could not be decremented.
|
|||
.Sh SEE ALSO
|
||||
.Xr sem_getvalue 3 ,
|
||||
.Xr sem_post 3 ,
|
||||
.Xr sem_timedwait ,
|
||||
.Xr sem 4
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue