From 635975d6c6969b7ad8e060cb2e39d609dd100384 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:29 +0200 Subject: [PATCH] syscall.2: wfix + ffix Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/syscall.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/syscall.2 b/man2/syscall.2 index 0b542ab10..abdf1c702 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -44,8 +44,8 @@ syscall \- indirect system call .SH SYNOPSIS .nf +.BR "#include " " /* Definition of " SYS_* " constants */" .B #include -.BR "#include " "/* For SYS_xxx definitions */" .PP .BI "long syscall(long " number ", ...);" .fi