aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-27 05:59:18 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-28 07:23:03 +0100
commit990e3887956db21b72a1263e43211d9db0b93024 (patch)
treef099146a069e58ecdd57dd077a48d60e2a26493d
parentf49202ae2bb3532e9029851778dbef7750da490d (diff)
downloadman-pages-990e3887956db21b72a1263e43211d9db0b93024.tar.gz
prctl.2: Minor rewording for seccomp description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/prctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index 3db048ea78..e10537170a 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -321,11 +321,11 @@ If
.BR SECCOMP_MODE_FILTER
filters permit
.BR fork (2),
-then the setting of the seccomp fals inherited by children created by
+then the seccomp mode is inherited by children created by
.BR fork (2);
if
.BR execve (2)
-is permitted, then the seccomp setting is preserved across
+is permitted, then the seccomp mode is preserved across
.BR execve (2).
If the filters permit
.BR prctl (0