diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
commit | a4c82024e6538bbd6183d6a9a256cba8e7870740 (patch) | |
tree | b978bd46eea7373d1d2888f8229d6ca8469c0252 /lib/libc/time | |
parent | d8683ba125e75609c811ff26b7cb140871249970 (diff) |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/ctime.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index c4d5a83c3da..a1a4bd101f7 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: ctime.3,v 1.39 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: ctime.3,v 1.40 2013/07/17 05:42:11 schwarze Exp $ .\" .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt CTIME 3 .Os .Sh NAME @@ -281,6 +281,11 @@ UTC leap seconds are loaded from .Xr tzset 3 , .Xr tzfile 5 , .Xr zic 8 +.Sh HISTORY +A +.Fn ctime +function first appeared in +.At v1 . .Sh NOTES The return values of the non re-entrant functions |