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:
David Xu 2008-03-13 01:53:28 +00:00
parent f4d77e9e54
commit 9fbfd54e8e
2 changed files with 3 additions and 4 deletions

View File

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

View File

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