aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-30 13:39:56 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-30 20:15:59 +0100
commit8a60718ef04b487539b12c09dc126932d1ef48b1 (patch)
tree6c0dd2e68966acfd4600c07f966f3b3c5a549610
parent13e88b70707183489228cd26deb939a27a00d661 (diff)
downloadman-pages-8a60718ef04b487539b12c09dc126932d1ef48b1.tar.gz
futex.2: srcfix
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/futex.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/futex.2 b/man2/futex.2
index f82602c118..837adbd25c 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -25,8 +25,8 @@ futex \- fast user-space locking
.SH SYNOPSIS
.nf
.PP
-.B "#include <linux/futex.h>"
-.B "#include <sys/time.h>"
+.B #include <linux/futex.h>
+.B #include <sys/time.h>
.PP
.BI "int futex(int *" uaddr ", int " futex_op ", int " val ,
.BI " const struct timespec *" timeout , \