arch_prctl.2: srcfix: rewrap source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-07 22:05:31 +02:00
parent 8005280bf8
commit 5c47b28dd9
1 changed files with 5 additions and 4 deletions

View File

@ -57,13 +57,14 @@ Enable (
.I addr == 0
) the
.I cpuid
instruction for the current thread. The instruction
is enabled by default. If disabled,
any execution of a
instruction for the current thread.
The instruction is enabled by default.
If disabled, any execution of a
.I cpuid
instruction will instead generate a
.B SIGSEGV
signal. This feature can be used to emulate
signal.
This feature can be used to emulate
.I cpuid
results that differ from what the underlying
hardware would have produced (e.g. in a paravirtualization setting).