From 6b3561b8e4887d9700ce021ec2663d4ee33ef206 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 19 Nov 2020 10:20:31 +0100 Subject: [PATCH] arch_prctl.2: wfix: "current thread" ==> "calling thread" Signed-off-by: Michael Kerrisk --- man2/arch_prctl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index 5d0081cc4..97d5a2fe5 100644 --- a/man2/arch_prctl.2 +++ b/man2/arch_prctl.2 @@ -58,7 +58,7 @@ or disable .RI ( "addr == 0" ) the .I cpuid -instruction for the current thread. +instruction for the calling thread. The instruction is enabled by default. If disabled, any execution of a .I cpuid @@ -99,7 +99,7 @@ register to .B ARCH_GET_FS Return the 64-bit base value for the .I FS -register of the current thread in the +register of the calling thread in the .I unsigned long pointed to by .IR addr . @@ -113,7 +113,7 @@ register to .B ARCH_GET_GS Return the 64-bit base value for the .I GS -register of the current thread in the +register of the calling thread in the .I unsigned long pointed to by .IR addr .