]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
toascii.3: SYNOPSIS: Mark toascii() as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Fri, 29 Oct 2021 10:20:28 +0000 (12:20 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:34:07 +0000 (03:34 +0200)
It cannot be used portably in a localized application.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/toascii.3

index e95364109d747fba05e3210ba35a924239b8e9fd..7128490603c928da206888a2d91cae6402e904cd 100644 (file)
@@ -14,7 +14,7 @@ Standard C library
 .nf
 .B #include <ctype.h>
 .PP
-.BI "int toascii(int " "c" );
+.BI "[[deprecated]] int toascii(int " c );
 .fi
 .PP
 .RS -4