]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: Minor tweaks to Alejandro Colomar's float_t/double_t patches
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Sep 2020 11:58:47 +0000 (13:58 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Sep 2020 11:58:47 +0000 (13:58 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/system_data_types.7

index 0837087fb290b8c631de5d860c9fc0b2969e6d93..ae8fb6493813a1574544acd0408322d8a08f5db2 100644 (file)
@@ -132,9 +132,9 @@ Include:
 The implementation's most efficient floating type at least as wide as
 .IR double .
 Its type depends on the value of the macro
-.BR FLT_EVAL_METHOD ,
-defined in
-.IR <float.h> :
+.B FLT_EVAL_METHOD
+(defined in
+.IR <float.h> ):
 .TP
 0
 .I double_t
@@ -150,7 +150,7 @@ is
 .I double_t
 is
 .IR "long double" .
-.IP
+.PP
 For other values of
 .BR FLT_EVAL_METHOD ,
 the type of
@@ -208,9 +208,9 @@ Include:
 The implementation's most efficient floating type at least as wide as
 .IR float .
 Its type depends on the value of the macro
-.BR FLT_EVAL_METHOD ,
-defined in
-.IR <float.h> :
+.B FLT_EVAL_METHOD
+(defined in
+.IR <float.h> ):
 .TP
 0
 .I float_t
@@ -226,7 +226,7 @@ is
 .I float_t
 is
 .IR "long double" .
-.IP
+.PP
 For other values of
 .BR FLT_EVAL_METHOD ,
 the type of