summaryrefslogtreecommitdiffstats
path: root/man3type/double_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/double_t.3type')
-rw-r--r--man3type/double_t.3type8
1 files changed, 4 insertions, 4 deletions
diff --git a/man3type/double_t.3type b/man3type/double_t.3type
index ca200af..06c7699 100644
--- a/man3type/double_t.3type
+++ b/man3type/double_t.3type
@@ -5,7 +5,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH double_t 3type 2023-03-30 "Linux man-pages 6.05.01"
+.TH double_t 3type 2023-10-31 "Linux man-pages 6.7"
.SH NAME
float_t, double_t \- most efficient floating types
.SH LIBRARY
@@ -14,7 +14,7 @@ Math library
.SH SYNOPSIS
.nf
.B #include <math.h>
-.PP
+.P
.BR typedef " /* ... */ " float_t;
.BR typedef " /* ... */ " double_t;
.fi
@@ -28,7 +28,7 @@ Their type depends on the value of the macro
.B FLT_EVAL_METHOD
(defined in
.IR <float.h> ):
-.PP
+.P
.TS
lB rI rI.
FLT_EVAL_METHOD float_t double_t
@@ -39,7 +39,7 @@ _
1 double double
2 long double long double
.TE
-.PP
+.P
For other values of
.BR FLT_EVAL_METHOD ,
the types of