summaryrefslogtreecommitdiffstats
path: root/man2/arch_prctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/arch_prctl.2')
-rw-r--r--man2/arch_prctl.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2
index 66fc99e30..3112e33fc 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 .
@@ -192,7 +192,7 @@ directly are very likely to crash.
.PP
AMD X86-64 Programmer's manual
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,