From 41a926bfa6c21acc1fd930ef91727bc0154d8150 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Nov 2016 19:02:23 +0100 Subject: [PATCH] prctl.2: wfix Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index f16156724..44ec6573c 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -295,8 +295,8 @@ When this bit is .I unset (so called .BR FR=0 " or " FR0 -mode), the 32 floating-point registers are 32-bit wide, -and 64-bit registers are represented as pair of registers +mode), the 32 floating-point registers are 32 bits wide, +and 64-bit registers are represented as a pair of registers (even- and odd- numbered, with the even-numbered register containing the lower 32 bits, and the odd-numbered register containing the higher 32 bits). @@ -304,7 +304,7 @@ and the odd-numbered register containing the higher 32 bits). When this bit is .I set (on supported hardware), -the 32 floating-point registers are 64-bit wide (so called +the 32 floating-point registers are 64 bits wide (so called .BR FR=1 " or " FR1 mode). Note that modern MIPS implementations (MIPS R6 and newer) support