[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201030123956.36169-1-colomar.6.4.3@gmail.com>
Date: Fri, 30 Oct 2020 13:39:56 +0100
From: Alejandro Colomar <colomar.6.4.3@...il.com>
To: mtk.manpages@...il.com
Cc: Alejandro Colomar <colomar.6.4.3@...il.com>,
linux-man@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] futex.2: srcfix
Signed-off-by: Alejandro Colomar <colomar.6.4.3@...il.com>
---
man2/futex.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man2/futex.2 b/man2/futex.2
index f82602c11..837adbd25 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 , \
--
2.28.0
Powered by blists - more mailing lists