summaryrefslogtreecommitdiff
path: root/doc/man/man3/seccomp_rule_add.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/seccomp_rule_add.3')
-rw-r--r--doc/man/man3/seccomp_rule_add.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/seccomp_rule_add.3 b/doc/man/man3/seccomp_rule_add.3
index 7854a6c..3022699 100644
--- a/doc/man/man3/seccomp_rule_add.3
+++ b/doc/man/man3/seccomp_rule_add.3
@@ -214,7 +214,7 @@ matches the filter rule.
A monitoring process will be notified when a process running the seccomp
filter calls a syscall that matches the filter rule. The process that invokes
the syscall waits in the kernel until the monitoring process has responded via
-.B seccomp_notify_respond(3)
+.B seccomp_notify_respond (3)
\&.
When a filter utilizing
@@ -222,7 +222,7 @@ When a filter utilizing
is loaded into the kernel, the kernel generates a notification fd that must be
used to communicate between the monitoring process and the process(es) being
filtered. See
-.B seccomp_notif_fd(3)
+.B seccomp_notif_fd (3)
for more information.
.P