summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-04-28 14:30:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-04-28 14:30:55 +0000
commit3ea6f649d062c5b30e10bd03f43fc7256789fbb6 (patch)
tree36135f42ac147cc5b8d3ef775444dc10d12c68ba
parentd8b40d2a2072aaaa9daa213d79c37cfa03c3d6bf (diff)
errant space;
-rw-r--r--lib/libc/sys/futex.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/futex.2 b/lib/libc/sys/futex.2
index 127244d5fe6..be4eee9923b 100644
--- a/lib/libc/sys/futex.2
+++ b/lib/libc/sys/futex.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: futex.2,v 1.1 2017/04/28 14:02:57 mpi Exp $
+.\" $OpenBSD: futex.2,v 1.2 2017/04/28 14:30:54 jmc Exp $
.\"
.\" Copyright (c) 2017 Martin Pieuchot
.\"
@@ -81,7 +81,7 @@ In this case, pass
.Fa "uint32_t val2"
as the fourth argument instead of
.Fa timeout .
- At most that number of threads is requeued.
+At most that number of threads is requeued.
.El
.Sh RETURN VALUES
For