summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-30 15:14:25 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 03:58:53 +0200
commit59a607c15e39ee51978580be6fdb31f1abed66a8 (patch)
tree9cae3eb442aaa50f1885aff7d069651e69c52adf
parent62c21b3ad52e836870fdf30d80b4fb19cbc221b2 (diff)
ecvt_r.3: SYNOPSIS: Mark as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-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