summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-19 09:33:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-19 09:33:34 +0000
commit3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (patch)
tree43d8878d540be3a2c079a7ca4e2c94175a686055 /lib/libc/stdtime
parent454e286809a5ab1492633ee7d34dd5d7ee45787a (diff)
Notes
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/ctime.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3
index 63c3408a9129..3557471838f8 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