prctl.2: srcfix: rewrap source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-05-28 12:23:30 +02:00
parent e36dfb8186
commit ac3756bc53
1 changed files with 6 additions and 3 deletions

View File

@ -1041,7 +1041,8 @@ then the CPU is not affected by the speculation misfeature.
.IP
If
.B PR_SPEC_PRCTL
is set, then the per task control of the mitigation is available. If not set,
is set, then the per task control of the mitigation is available.
If not set,
.BR prctl ()
for the speculation misfeature will fail.
In the above operation
@ -1060,7 +1061,8 @@ which must be
.B PR_SPEC_STORE_BYPASS.
Otherwise the call fails with the error
.BR ENODEV .
This control is per task. The
This control is per task.
The
.IR arg3
is used to hand in the control value, which can be either:
.RS
@ -1074,7 +1076,8 @@ The speculation feature is disabled, mitigation is enabled
.BR PR_SPEC_FORCE_DISABLE
Same as
.B PR_SPEC_DISABLE
but cannot be undone. A subsequent
but cannot be undone.
A subsequent
.B
prctl(..., PR_SPEC_ENABLE)
will fail with