aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sem_wait.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_wait.3')
-rw-r--r--man3/sem_wait.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3
index e9083e7e81..cfd8192aa6 100644
--- a/man3/sem_wait.3
+++ b/man3/sem_wait.3
@@ -28,7 +28,9 @@ sem_wait, sem_timedwait, sem_trywait \- lock a semaphore
.B #include <semaphore.h>
.sp
.BI "int sem_wait(sem_t *" sem );
+.sp
.BI "int sem_trywait(sem_t *" sem );
+.sp
.BI "int sem_timedwait(sem_t *" sem ", const struct timespec *" abs_timeout );
.fi
.sp