]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: SEE ALSO: mention libseccomp pages
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 08:32:18 +0000 (10:32 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 08:32:18 +0000 (10:32 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 76de5388d18b1c459a1c2450b4bbd90a379c51f4..7cd5887fc67e19a1bff2a1bc0a9f4f04c04972c3 100644 (file)
@@ -780,6 +780,15 @@ main(int argc, char **argv)
 .BR signal (7),
 .BR socket (7)
 .sp
+Various pages from the
+.I libseccomp
+library, including:
+.BR seccomp_init (3),
+.BR seccomp_load (3),
+.BR seccomp_rule_add (3),
+and
+.BR seccomp_export_bpf (3).
+.sp
 The kernel source files
 .IR Documentation/networking/filter.txt
 and