Module Name: src
Committed By: sevan
Date: Mon Sep 2 00:24:01 UTC 2019
Modified Files:
src/lib/libc/time: ctime.3
Log Message:
start documenting history
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/lib/libc/time/ctime.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/ctime.3
diff -u src/lib/libc/time/ctime.3:1.60 src/lib/libc/time/ctime.3:1.61
--- src/lib/libc/time/ctime.3:1.60 Fri Oct 19 23:05:35 2018
+++ src/lib/libc/time/ctime.3 Mon Sep 2 00:24:01 2019
@@ -1,8 +1,8 @@
-.\" $NetBSD: ctime.3,v 1.60 2018/10/19 23:05:35 christos Exp $
+.\" $NetBSD: ctime.3,v 1.61 2019/09/02 00:24:01 sevan Exp $
.\"
.\" XXX: License missing?
.\"
-.Dd May 5, 2018
+.Dd September 2, 2019
.Dt CTIME 3
.Os
.Sh NAME
@@ -494,6 +494,11 @@ functions conform to
.St -ansiC .
Rest of the functions conform to
.St -p1003.1-2008 .
+.Sh HISTORY
+A
+.Fn ctime
+function appeared in
+.At v1 .
.Sh CAVEATS
The functions that do not take an explicit
.Ft timezone_t