summaryrefslogtreecommitdiffstats
path: root/man2/futex.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/futex.2')
-rw-r--r--man2/futex.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/futex.2 b/man2/futex.2
index d86771b8f..afd502233 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -417,7 +417,7 @@ the caller will receive the signal number that was passed in
.IP
The arguments
.IR timeout ,
-.I uaddr2
+.IR uaddr2 ,
and
.I val3
are ignored.
@@ -1809,7 +1809,7 @@ fwait(uint32_t *futexp)
/* Release the futex pointed to by \(aqfutexp\(aq: if the futex currently
has the value 0, set its value to 1 and the wake any futex waiters,
- so that if the peer is blocked in fpost(), it can proceed. */
+ so that if the peer is blocked in fwait(), it can proceed. */
static void
fpost(uint32_t *futexp)
@@ -1934,7 +1934,7 @@ Futex example library, futex-*.tar.bz2 at
.\" WIP, and the generic pthread_mutex_t and perhaps condvar
.\" implementations.
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,