diff options
author | ru <ru@FreeBSD.org> | 2002-12-19 09:33:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-19 09:33:34 +0000 |
commit | 3424a53ebeadf7ab320c37cf93702953cee94efe (patch) | |
tree | 43d8878d540be3a2c079a7ca4e2c94175a686055 /lib/libc/stdtime/ctime.3 | |
parent | 51ba8864caa895e6a0b68f95bd5a40cde11c5c3c (diff) | |
download | FreeBSD-src-3424a53ebeadf7ab320c37cf93702953cee94efe.zip FreeBSD-src-3424a53ebeadf7ab320c37cf93702953cee94efe.tar.gz |
mdoc(7) police: Fixed a few .Fa abuses.
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 |