]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
prctl.2: Remove numeric definitions of PR_FP_MODE_FR and PR_FP_MODE_FRE bits
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Nov 2016 10:55:37 +0000 (11:55 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Nov 2016 11:25:12 +0000 (12:25 +0100)
There's no obvious reason to supply the numeric values
for these bit-mask constants.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/prctl.2

index c6627eb6c4e5d057a41ac5f971196471e0c11cc4..75e9d938ead7b47a7146996c7d58e1b1b3044e96 100644 (file)
@@ -288,7 +288,7 @@ The
 argument is a bit mask describing the floating-point mode used:
 .RS
 .TP
-.BR PR_FP_MODE_FR " = " "(1 << 0)"
+.BR PR_FP_MODE_FR
 When this bit is
 .I unset
 (so called
@@ -320,7 +320,7 @@ can operate only when this bit is
 .RB ( FR=1 ).
 Applications that use the O32 FPXX ABI can operate in both cases.
 .TP
-.BR PR_FP_MODE_FRE " = " "(1 << 1)"
+.BR PR_FP_MODE_FRE
 Compatibility with 32-bit FP mode.
 When this mode is enabled,
 it emulates 32-bit FP operations by raising a reserved-instruction exception