diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sem_timedwait.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/sem_wait.3 | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/sem_timedwait.3 b/lib/libc/gen/sem_timedwait.3 index d9d3890..736150d 100644 --- a/lib/libc/gen/sem_timedwait.3 +++ b/lib/libc/gen/sem_timedwait.3 @@ -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 diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index 43d6fad..474e78b 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -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 |