Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Tyler Hicks <tyhicks@xxxxxxxxxxxxx> Cc: Will Drewry <wad@xxxxxxxxxxxx> Cc: Michael Kerrisk <mtk.manpages@xxxxxxxxx> --- Hi, I'm not sure about this one. Please check if these are correct, and if some include is missing or can be removed, according to what we're doing with the other pages. Cheers, Alex man2/seccomp.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 584a16f22..1be7d6766 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -30,11 +30,11 @@ seccomp \- operate on Secure Computing state of the process .SH SYNOPSIS .nf -.B #include <linux/seccomp.h> -.B #include <linux/filter.h> -.B #include <linux/audit.h> -.B #include <linux/signal.h> -.B #include <sys/ptrace.h> +.BR "#include <linux/seccomp.h>" " /* Definition of " SECCOMP_* " constants */" +.BR "#include <linux/filter.h>" " /* Definition of " "struct sock_fprog" " */" +.BR "#include <linux/audit.h>" " /* Definition of " AUDIT_* " constants */" +.BR "#include <linux/signal.h>" " /* Definition of " SIG* " constants */" +.BR "#include <sys/ptrace.h>" " /* Definition of " PTRACE_* " constants */" .\" Kees Cook noted: Anything that uses SECCOMP_RET_TRACE returns will .\" need <sys/ptrace.h> .PP -- 2.31.1