aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/ecvt_r.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/ecvt_r.3')
-rw-r--r--man/man3/ecvt_r.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/ecvt_r.3 b/man/man3/ecvt_r.3
index 0ac985dec3..564eb1f849 100644
--- a/man/man3/ecvt_r.3
+++ b/man/man3/ecvt_r.3
@@ -20,17 +20,17 @@ Standard C library
.P
.BI "[[deprecated]] int ecvt_r(double " number ", int " ndigits ,
.BI " int *restrict " decpt ", int *restrict " sign ,
-.BI " char *restrict " buf ", size_t " len );
+.BI " char *restrict " buf ", size_t " size );
.BI "[[deprecated]] int fcvt_r(double " number ", int " ndigits ,
.BI " int *restrict " decpt ", int *restrict " sign ,
-.BI " char *restrict " buf ", size_t " len );
+.BI " char *restrict " buf ", size_t " size );
.P
.BI "[[deprecated]] int qecvt_r(long double " number ", int " ndigits ,
.BI " int *restrict " decpt ", int *restrict " sign ,
-.BI " char *restrict " buf ", size_t " len );
+.BI " char *restrict " buf ", size_t " size );
.BI "[[deprecated]] int qfcvt_r(long double " number ", int " ndigits ,
.BI " int *restrict " decpt ", int *restrict " sign ,
-.BI " char *restrict " buf ", size_t " len );
+.BI " char *restrict " buf ", size_t " size );
.fi
.P
.RS -4
@@ -63,7 +63,7 @@ respectively, except that they do not return their result in a static
buffer, but instead use the supplied
.I buf
of size
-.IR len .
+.IR size .
See
.BR ecvt (3)
and