aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-09-05 08:50:59 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-09-05 08:51:37 +0200
commit755a656a49bfff7b29d289a33dc9f5be3c9b1547 (patch)
tree417d213e47e620abdff49eecea26fce2c10c206b
parent712551eaadb5d50f75395a980132d7e691ad877e (diff)
downloadman-pages-755a656a49bfff7b29d289a33dc9f5be3c9b1547.tar.gz
seccomp.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/seccomp.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 8b0bd6e38e..fa9e2a055a 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -343,9 +343,9 @@ the least significant 16-bits (defined by the constant
.BR SECCOMP_RET_DATA )
are "data" to be associated with this return value.
-If multiple filters exist, they are all executed,
-in reverse order of their addition to the filter tree
-(i.e., the most recently installed filter is executed first).
+If multiple filters exist, they are \fIall\fP executed,
+in reverse order of their addition to the filter tree\(emthat is,
+the most recently installed filter is executed first.
The return value for the evaluation of a given system call is the first-seen
.BR SECCOMP_RET_ACTION
value of highest precedence (along with its accompanying data)