summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-04-28 14:30:54 +0000
committerjmc <jmc@openbsd.org>2017-04-28 14:30:54 +0000
commit3bcd25808ae9e82d9aa48af3247aaf0855ad7fd4 (patch)
tree9c83b43391797930355090130dc25ff9a362c432 /lib/libc
parentRemove double assignments (diff)
downloadwireguard-openbsd-3bcd25808ae9e82d9aa48af3247aaf0855ad7fd4.tar.xz
wireguard-openbsd-3bcd25808ae9e82d9aa48af3247aaf0855ad7fd4.zip
errant space;
Diffstat (limited to 'lib/libc')
-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