arch_prctl.2: wfix: "current thread" ==> "calling thread"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-19 10:20:31 +01:00
parent 7533c83d88
commit 6b3561b8e4
1 changed files with 3 additions and 3 deletions

View File

@ -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 .