OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / ctime.3
index 662d7fd..17a14a7 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified 2001-12-13, joey, aeb
 .\" Modified 2004-11-16, mtk
 .\"
-.TH CTIME 3 2013-12-30 "" "Linux Programmer's Manual"
+.TH CTIME 3 2014-08-19 "" "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
@@ -306,13 +306,13 @@ The four functions
 and
 .BR localtime ()
 return a pointer to static data and hence are not thread-safe.
-Thread-safe versions
+The thread-safe versions,
 .BR asctime_r (),
 .BR ctime_r (),
 .BR gmtime_r ()
 and
-.BR localtime_r ()
-are specified by SUSv2, and available since libc 5.2.5.
+.BR localtime_r (),
+are specified by SUSv2.
 
 POSIX.1-2001 says:
 "The
@@ -372,7 +372,7 @@ should be called before
 .BR tzset (3),
 .BR time (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,