diff options
Diffstat (limited to 'man3/sem_wait.3')
| -rw-r--r-- | man3/sem_wait.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3 index b3e3140009..d135cab294 100644 --- a/man3/sem_wait.3 +++ b/man3/sem_wait.3 @@ -80,14 +80,14 @@ argument points to a structure that specifies an absolute timeout in seconds and nanoseconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). This structure is defined as follows: .PP -.nf .in +4n +.nf struct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseconds [0 .. 999999999] */ }; -.in .fi +.in .PP If the timeout has already expired by the time of the call, and the semaphore could not be locked immediately, |
