diff options
Diffstat (limited to 'lib/libc/stdtime/ctime.3')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 63c3408..3557471 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -360,8 +360,10 @@ in the threaded environment.) .Pp The -.Fa tm_zone -field of a returned tm structure points to a static array of characters, +.Va tm_zone +field of a returned +.Vt tm +structure points to a static array of characters, which will also be overwritten by any subsequent calls (as well as by subsequent calls to .Xr tzset 3 |