summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMаltе Ηagemаnn <41237666+rusty-snake@users.noreply.github.com>2022-04-15 17:38:00 +0200
committerPaul Moore <paul@paul-moore.com>2022-07-10 21:48:48 -0400
commit85a22fa0ed87bcb2e3023c17ea99295792c2117f (patch)
tree0558c10f3a699167d79cb14abcaf7131db12181a
parentc9d1d3c4fc6a4361258a19e6fb8312a55294d492 (diff)
downloadlibseccomp-85a22fa0ed87bcb2e3023c17ea99295792c2117f.tar.gz
docs: fix typo in seccomp_rule_add manpage
Signed-off-by: Mаltе Ηagemаnn <41237666+rusty-snake@users.noreply.github.com> [PM: tweak subject line] Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--doc/man/man3/seccomp_rule_add.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/seccomp_rule_add.3 b/doc/man/man3/seccomp_rule_add.3
index 3022699..74d95c6 100644
--- a/doc/man/man3/seccomp_rule_add.3
+++ b/doc/man/man3/seccomp_rule_add.3
@@ -331,7 +331,7 @@ Architecture specific failure.
.B -EEXIST
The rule already exists.
.TP
-.B -EACCCES
+.B -EACCES
The rule conflicts with the filter (for example, the rule
.I action
equals the default action of the filter).