diff options
author | 2008-10-23 20:33:06 +0000 | |
---|---|---|
committer | 2008-10-23 20:33:06 +0000 | |
commit | 077e14e568b72226076bb9682198446380042e63 (patch) | |
tree | 23e380bfe285b6db3bd25236263d45fe46164d29 /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-077e14e568b72226076bb9682198446380042e63.tar.xz wireguard-openbsd-077e14e568b72226076bb9682198446380042e63.zip |
Reword description of tm_zone and tm_gmtoff fields
Prompted by millert@; ok millert@ jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/ctime.3 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 3fd7e7a3126..13cb5530699 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: ctime.3,v 1.35 2008/01/07 01:09:37 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.36 2008/10/23 20:33:06 guenther Exp $ .\" .\" -.Dd $Mdocdate: January 7 2008 $ +.Dd $Mdocdate: October 23 2008 $ .Dt CTIME 3 .Os .Sh NAME @@ -240,11 +240,15 @@ The .Fa tm_zone and .Fa tm_gmtoff -fields exist, and are filled in, only if arrangements to do -so were made when the library containing these functions was -created. +fields exist, and are filled in by +.Fn mktime , +.Fn localtime , +.Fn timegm , +and +.Fn gmtime , +but are not standardized. There is no guarantee that these fields will continue to exist -in this form in future releases of this code. +in this form and they may be altered or removed in a future release. .Pp .Fa tm_isdst is non-zero if summer time is in effect. |