From 8797cc24774db6cb2394caddbe3e60a89d358d01 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 29 Oct 2021 12:20:28 +0200 Subject: toascii.3: SYNOPSIS: Mark toascii() as [[deprecated]] It cannot be used portably in a localized application. Signed-off-by: Alejandro Colomar --- man3/toascii.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/toascii.3 b/man3/toascii.3 index e95364109..712849060 100644 --- a/man3/toascii.3 +++ b/man3/toascii.3 @@ -14,7 +14,7 @@ Standard C library .nf .B #include .PP -.BI "int toascii(int " "c" ); +.BI "[[deprecated]] int toascii(int " c ); .fi .PP .RS -4 -- cgit v1.2.3