diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-25 13:58:47 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-25 13:58:47 +0200 |
| commit | 7955742d0d1525fe84a959641c33a6ec766f3e6b (patch) | |
| tree | db3de9623a5c98f483d0e696c770231827fce30c /man7 | |
| parent | 156e30baa65c9779ced15800c7f7efcb2e5f8ade (diff) | |
| download | man-pages-7955742d0d1525fe84a959641c33a6ec766f3e6b.tar.gz | |
system_data_types.7: Minor tweaks to Alejandro Colomar's float_t/double_t patches
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/system_data_types.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 0837087fb2..ae8fb64938 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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 |
