From 2045a15fc4b9469486467d11d9a739b03985e7ff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Aug 2008 12:41:33 +0000 Subject: [PATCH] POSIX.1-2008 marks toascii() as obsolete. --- man3/toascii.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man3/toascii.3 b/man3/toascii.3 index 682819cd2..33238bad5 100644 --- a/man3/toascii.3 +++ b/man3/toascii.3 @@ -24,7 +24,7 @@ .\" .\" Added BUGS section, aeb, 950919 .\" -.TH TOASCII 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH TOASCII 3 2008-08-06 "GNU" "Linux Programmer's Manual" .SH NAME toascii \- convert character to ASCII .SH SYNOPSIS @@ -50,7 +50,9 @@ high-order bits. The value returned is that of the converted character. .SH "CONFORMING TO" SVr4, BSD, POSIX.1-2001. -.\" FIXME . Mar 08: The next POSIX.1 revisions marks toascii() obsolete. +POSIX.1-2008 marks +.BR toascii () +as obsolete. .SH BUGS Many people will be unhappy if you use this function. This function will convert accented letters into random characters.