svn commit: r362659 - stable/12/contrib/tzcode/stdtime
Gordon Bergling
gbe at FreeBSD.org
Fri Jun 26 18:57:01 UTC 2020
Author: gbe (doc committer)
Date: Fri Jun 26 18:57:01 2020
New Revision: 362659
URL: https://svnweb.freebsd.org/changeset/base/362659
Log:
MFC r362165: Add a HISTORY section to ctime(3)
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
Obtained from: OpenBSD
Differential Revision: https://reviews.freebsd.org/D24635
Modified:
stable/12/contrib/tzcode/stdtime/ctime.3
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/contrib/tzcode/stdtime/ctime.3
==============================================================================
--- stable/12/contrib/tzcode/stdtime/ctime.3 Fri Jun 26 18:01:57 2020 (r362658)
+++ stable/12/contrib/tzcode/stdtime/ctime.3 Fri Jun 26 18:57:01 2020 (r362659)
@@ -335,6 +335,33 @@ the time package contributed to Berkeley by
.An Arthur Olson
and which appeared in
.Bx 4.3 .
+.Pp
+The functions
+.Fn asctime ,
+.Fn gmtime ,
+and
+.Fn localtime
+first appeared in
+.At v5 ,
+.Fn difftime
+and
+.Fn mktime
+in
+.Bx 4.3 Reno ,
+and
+.Fn timegm
+and
+.Fn timelocal
+in SunOS 4.0.
+.Pp
+The functions
+.Fn asctime_r ,
+.Fn ctime_r ,
+.Fn gmtime_r ,
+and
+.Fn localtime_r
+have been available since
+.Fx 8.0 .
.Sh BUGS
Except for
.Fn difftime ,
More information about the svn-src-all
mailing list