summaryrefslogtreecommitdiff
path: root/doc/man/man3/seccomp_attr_set.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/seccomp_attr_set.3')
-rw-r--r--doc/man/man3/seccomp_attr_set.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/seccomp_attr_set.3 b/doc/man/man3/seccomp_attr_set.3
index ce7f5d3..1e7010d 100644
--- a/doc/man/man3/seccomp_attr_set.3
+++ b/doc/man/man3/seccomp_attr_set.3
@@ -105,13 +105,13 @@ Defaults to off
A flag to specify the optimization level of the seccomp filter. By default
libseccomp generates a set of sequential \'if\' statements for each rule in
the filter.
-.BR seccomp_syscall_priority(3)
+.BR seccomp_syscall_priority (3)
can be used to prioritize the order for the default cause. The binary tree
optimization sorts by syscall numbers and generates consistent
.BR O(log\ n)
filter traversal for every rule in the filter. The binary tree may be
advantageous for large filters. Note that
-.BR seccomp_syscall_priority(3)
+.BR seccomp_syscall_priority (3)
is ignored when SCMP_FLTATR_CTL_OPTIMIZE == 2.
.RS
.P