syscall.2: wfix + ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-06-12 10:31:29 +02:00 committed by Michael Kerrisk
parent 010ed24fd6
commit 635975d6c6
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@
syscall \- indirect system call
.SH SYNOPSIS
.nf
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.BR "#include <sys/syscall.h> " "/* For SYS_xxx definitions */"
.PP
.BI "long syscall(long " number ", ...);"
.fi