This commit is contained in:
Michael Kerrisk 2006-07-10 11:05:36 +00:00
parent a1f5da0b49
commit 5c16301e39
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ and request that the kernel wait for another process to up the futex.
This is done using the FUTEX_WAIT operation.
.PP
The
.BR futex()
.BR futex ()
system call can optionally be passed a timeout specifying how long
the kernel should
wait for the futex to be upped.