summaryrefslogtreecommitdiffstats
path: root/man3/strfromd.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strfromd.3')
-rw-r--r--man3/strfromd.332
1 files changed, 13 insertions, 19 deletions
diff --git a/man3/strfromd.3 b/man3/strfromd.3
index d5efa6fc0..6bcc11345 100644
--- a/man3/strfromd.3
+++ b/man3/strfromd.3
@@ -10,7 +10,7 @@
.\" ISO/IEC TS 18661-1 technical specification.
.\" snprintf and other man.3 pages.
.\"
-.TH strfromd 3 2023-02-05 "Linux man-pages 6.03"
+.TH strfromd 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
strfromd, strfromf, strfroml \- convert a floating-point value into
a string
@@ -148,13 +148,6 @@ not counting the terminating null byte.
Thus, a return value of
.I n
or greater means that the output was truncated.
-.SH VERSIONS
-The
-.BR strfromd (),
-.BR strfromf (),
-and
-.BR strfroml ()
-functions are available since glibc 2.25.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7)
@@ -162,14 +155,14 @@ and the
.B POSIX Safety Concepts
section in GNU C Library manual.
.PP
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR strfromd (),
.BR strfromf (),
.BR strfroml ()
@@ -177,19 +170,20 @@ T} Thread safety MT-Safe locale
\^ Async-signal safety AS-Unsafe heap
\^ Async-cancel safety AC-Unsafe mem
.TE
-.hy
-.ad
.sp 1
Note: these attributes are preliminary.
.SH STANDARDS
-C99, ISO/IEC TS 18661-1.
-.SH NOTES
-The
-.BR strfromd (),
-.BR strfromf (),
-and
+ISO/IEC TS 18661-1.
+.SH VERSIONS
+.TP
+.BR strfromd ()
+.TQ
+.BR strfromf ()
+.TQ
.BR strfroml ()
-functions take account of the
+glibc 2.25.
+.SH NOTES
+These functions take account of the
.B LC_NUMERIC
category of the current locale.
.SH EXAMPLES