summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:02:07 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:02:07 +0200
commitb78047d2480bfb32740cd744988c769314d917b9 (patch)
treeeb68a1d25d05152015ad663e5c4368d9c16c7d8e
parent59a607c15e39ee51978580be6fdb31f1abed66a8 (diff)
ecvt.3: SYNOPSIS: Mark as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/ecvt.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/ecvt.3 b/man3/ecvt.3
index a1b04cbe7..e7a0e10dc 100644
--- a/man3/ecvt.3
+++ b/man3/ecvt.3
@@ -19,10 +19,10 @@ Standard C library
.nf
.B #include <stdlib.h>
.PP
-.BI "char *ecvt(double " number ", int " ndigits ", int *restrict " decpt ,
-.BI " int *restrict " sign );
-.BI "char *fcvt(double " number ", int " ndigits ", int *restrict " decpt ,
-.BI " int *restrict " sign );
+.BI "[[deprecated]] char *ecvt(double " number ", int " ndigits ,
+.BI " int *restrict " decpt ", int *restrict " sign );
+.BI "[[deprecated]] char *fcvt(double " number ", int " ndigits ,
+.BI " int *restrict " decpt ", int *restrict " sign );
.fi
.PP
.RS -4