prctl.2: tfix: minor punctuation in SPECULATION_CTRL prctls

Fix a few very minor bits of punctuation in
PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Dave Martin 2020-05-12 17:36:54 +01:00 committed by Michael Kerrisk
parent bfc592db67
commit e6935958b7
1 changed files with 4 additions and 4 deletions

View File

@ -1174,13 +1174,13 @@ The return value uses bits 0-3 with the following meaning:
.TP
.BR PR_SPEC_PRCTL
Mitigation can be controlled per thread by
.B PR_SET_SPECULATION_CTRL
.BR PR_SET_SPECULATION_CTRL .
.TP
.BR PR_SPEC_ENABLE
The speculation feature is enabled, mitigation is disabled.
.TP
.BR PR_SPEC_DISABLE
The speculation feature is disabled, mitigation is enabled
The speculation feature is disabled, mitigation is enabled.
.TP
.BR PR_SPEC_FORCE_DISABLE
Same as
@ -1227,11 +1227,11 @@ which is one of the following:
The speculation feature is enabled, mitigation is disabled.
.TP
.BR PR_SPEC_DISABLE
The speculation feature is disabled, mitigation is enabled
The speculation feature is disabled, mitigation is enabled.
.TP
.BR PR_SPEC_FORCE_DISABLE
Same as
.B PR_SPEC_DISABLE
.BR PR_SPEC_DISABLE ,
but cannot be undone.
A subsequent
.B