prctl.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-30 08:32:46 +01:00
parent 29efefece6
commit b1248a9d6e
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ The seccomp mode is selected via
With
.IR arg2
set to
.BR SECCOMP_MODE_STRICT
.BR SECCOMP_MODE_STRICT ,
the only system calls that the thread is permitted to make are
.BR read (2),
.BR write (2),
@ -383,7 +383,7 @@ enabled.
With
.IR arg2
set to
.BR SECCOMP_MODE_FILTER " (since Linux 3.5)"
.BR SECCOMP_MODE_FILTER " (since Linux 3.5),"
the system calls allowed are defined by a pointer
to a Berkeley Packet Filter passed in
.IR arg3 .