POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r() as obsolete.

This commit is contained in:
Michael Kerrisk 2008-08-06 10:58:05 +00:00
parent 44a31ea53f
commit ca5711a5ed
1 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,7 @@
.\" Modified 2001-12-13, joey, aeb
.\" Modified 2004-11-16, mtk
.\"
.TH CTIME 3 2008-07-23 "" "Linux Programmer's Manual"
.TH CTIME 3 2008-08-06 "" "Linux Programmer's Manual"
.SH NAME
asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r,
localtime_r \- transform date and time to broken-down time or ASCII
@ -250,8 +250,13 @@ C89 and C99 specify
.BR localtime (),
and
.BR mktime ().
.\" FIXME . Mar 08: The next POSIX.1 revisions marks asctime(), asctime_r(),
.\" ctime(), and ctime_r() obsolete.
POSIX.1-2008 marks
.BR asctime (),
.BR asctime_r (),
.BR ctime (),
and
.BR ctime_r ()
as obsolete.
.SH NOTES
The four functions
.BR asctime (),