From: Alejandro Colomar Date: Sun, 24 Nov 2024 20:42:00 +0000 (+0100) Subject: landlock_create_ruleset.2: SYNOPSIS: Add missing include X-Git-Tag: man-pages-6.10~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd7eee887504a3c13d086abe63c238104e767cf;p=thirdparty%2Fman-pages.git landlock_create_ruleset.2: SYNOPSIS: Add missing include Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/landlock_create_ruleset.2 b/man/man2/landlock_create_ruleset.2 index 909269a9e..cfeab62c9 100644 --- a/man/man2/landlock_create_ruleset.2 +++ b/man/man2/landlock_create_ruleset.2 @@ -14,6 +14,7 @@ Standard C library .nf .BR "#include " " /* Definition of " LANDLOCK_* " constants */" .BR "#include " " /* Definition of " SYS_* " constants */" +.B #include .P .B int syscall(SYS_landlock_create_ruleset, .BI " const struct landlock_ruleset_attr *" attr ,