diff options
| -rw-r--r-- | man2/arch_prctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index 5d0081cc41..97d5a2fe5b 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 . |
