summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/ecvt_r.322
1 files changed, 12 insertions, 10 deletions
diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3
index ad5861e83..d6cc5ae43 100644
--- a/man3/ecvt_r.3
+++ b/man3/ecvt_r.3
@@ -17,17 +17,19 @@ Standard C library
.nf
.B #include <stdlib.h>
.PP
-.BI "int ecvt_r(double " number ", int " ndigits ", int *restrict " decpt ,
-.BI " int *restrict " sign ", char *restrict " buf ", size_t " len );
-.BI "int fcvt_r(double " number ", int " ndigits ", int *restrict " decpt ,
-.BI " int *restrict " sign ", char *restrict " buf ", size_t " len );
+.BI "[[deprecated]] int ecvt_r(double " number ", int " ndigits ,
+.BI " int *restrict " decpt ", int *restrict " sign ,
+.BI " char *restrict " buf ", size_t " len );
+.BI "[[deprecated]] int fcvt_r(double " number ", int " ndigits ,
+.BI " int *restrict " decpt ", int *restrict " sign ,
+.BI " char *restrict " buf ", size_t " len );
.PP
-.BI "int qecvt_r(long double " number ", int " ndigits \
-", int *restrict " decpt ,
-.BI " int *restrict " sign ", char *restrict " buf ", size_t " len );
-.BI "int qfcvt_r(long double " number ", int " ndigits \
-", int *restrict " decpt ,
-.BI " int *restrict " sign ", char *restrict " buf ", size_t " len );
+.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 "[[deprecated]] int qfcvt_r(long double " number ", int " ndigits ,
+.BI " int *restrict " decpt ", int *restrict " sign ,
+.BI " char *restrict " buf ", size_t " len );
.fi
.PP
.RS -4