summaryrefslogtreecommitdiffstats
path: root/man3/ecvt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ecvt.3')
-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