]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: Minor wording change
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Nov 2017 21:47:55 +0000 (22:47 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Nov 2017 22:17:56 +0000 (23:17 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 34d602f0e97d7db158369e817d563035736a417c..3e7dc739b5b9fb4f20b97113d08b89bc6b85a010 100644 (file)
@@ -392,12 +392,11 @@ avoiding a check for this uncommon case.)
 .\"     execution logic clear, simple, and as fast as possible for all
 .\"     filters.
 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)
+action value of highest precedence (along with its accompanying data)
 returned by execution of all of the filters.
 .PP
 In decreasing order of precedence,
-the values that may be returned by a seccomp filter are:
+the action values that may be returned by a seccomp filter are:
 .TP
 .BR SECCOMP_RET_KILL_PROCESS " (since Linux 4.14)"
 .\" commit 4d3b0b05aae9ee9ce0970dc4cc0fb3fad5e85945