]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r() as obsolete.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Aug 2008 10:58:05 +0000 (10:58 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Aug 2008 10:58:05 +0000 (10:58 +0000)
man3/ctime.3

index 61ba7dc9672d08f04cec27ac802d1b4282ecfe8d..f6d225999bc3671a768742d733bc97766995a93b 100644 (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 (),