summaryrefslogtreecommitdiffstats
path: root/man3/ctime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ctime.3')
-rw-r--r--man3/ctime.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/ctime.3 b/man3/ctime.3
index 3c6b115dc..f6bed41cc 100644
--- a/man3/ctime.3
+++ b/man3/ctime.3
@@ -32,7 +32,7 @@
.\" Modified 2001-12-13, joey, aeb
.\" Modified 2004-11-16, mtk
.\"
-.TH CTIME 3 2019-03-06 "" "Linux Programmer's Manual"
+.TH CTIME 3 2020-12-21 "" "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
@@ -73,7 +73,7 @@ _POSIX_C_SOURCE
.SH DESCRIPTION
The
.BR ctime (),
-.BR gmtime ()
+.BR gmtime (),
and
.BR localtime ()
functions all take
@@ -375,14 +375,14 @@ instead.
The four functions
.BR asctime (),
.BR ctime (),
-.BR gmtime ()
+.BR gmtime (),
and
.BR localtime ()
return a pointer to static data and hence are not thread-safe.
The thread-safe versions,
.BR asctime_r (),
.BR ctime_r (),
-.BR gmtime_r ()
+.BR gmtime_r (),
and
.BR localtime_r (),
are specified by SUSv2.
@@ -444,7 +444,7 @@ should be called before
.BR tzset (3),
.BR time (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,