From 62c21b3ad52e836870fdf30d80b4fb19cbc221b2 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 30 Oct 2021 14:47:27 +0200 Subject: qecvt.3: SYNOPSIS: Mark q*cvt() as [[deprecated]] Use snprintf(3) instead. Most Unix systems lack these functions. Signed-off-by: Alejandro Colomar --- man3/qecvt.3 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/man3/qecvt.3 b/man3/qecvt.3 index edd5fa6f1..be8ec228f 100644 --- a/man3/qecvt.3 +++ b/man3/qecvt.3 @@ -15,13 +15,11 @@ Standard C library .nf .B #include .PP -.BI "char *qecvt(long double " number ", int " ndigits \ -", int *restrict " decpt , -.BI " int *restrict " sign ); -.BI "char *qfcvt(long double " number ", int " ndigits \ -", int *restrict " decpt , -.BI " int *restrict " sign ); -.BI "char *qgcvt(long double " number ", int " ndigit ", char *" buf ); +.BI "[[deprecated]] char *qecvt(long double " number ", int " ndigits , +.BI " int *restrict " decpt ", int *restrict " sign ); +.BI "[[deprecated]] char *qfcvt(long double " number ", int " ndigits , +.BI " int *restrict " decpt ", int *restrict " sign ); +.BI "[[deprecated]] char *qgcvt(long double " number ", int " ndigit ", char *" buf ); .fi .PP .RS -4 -- cgit v1.2.3