]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
arch_prctl.2: srcfix: rewrap source lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 7 Apr 2020 20:05:31 +0000 (22:05 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 10 Apr 2020 07:41:55 +0000 (09:41 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/arch_prctl.2

index e40d6bbdeec2a7e4e510afa43a62ad1558b5e9fc..f13c5bd25b01e166518eaa1388765fa3e75b6f7d 100644 (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).