From 59a607c15e39ee51978580be6fdb31f1abed66a8 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 30 Oct 2021 15:14:25 +0200 Subject: ecvt_r.3: SYNOPSIS: Mark as [[deprecated]] Signed-off-by: Alejandro Colomar --- man3/ecvt_r.3 | 22 ++++++++++++---------- 1 file 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 .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 -- cgit v1.2.3