summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 12:20:28 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 03:34:07 +0200
commit8797cc24774db6cb2394caddbe3e60a89d358d01 (patch)
treeeb87e9f0a5fe1dd9676f6382032de927e6beea5d
parenta3ef52ec732cf461629ce2806e13e14e2a26a158 (diff)
toascii.3: SYNOPSIS: Mark toascii() as [[deprecated]]
It cannot be used portably in a localized application. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/toascii.32
1 files changed, 1 insertions, 1 deletions
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 <ctype.h>
.PP
-.BI "int toascii(int " "c" );
+.BI "[[deprecated]] int toascii(int " c );
.fi
.PP
.RS -4