summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-05-03 20:47:46 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-05-03 20:47:46 +0200
commit38d421ec001ac48c899b4945819fb5c6d9716947 (patch)
tree4bb90a718a52ece8e9eafc844b73bf89e1316077 /sys/man/2
parentcd694c60169796b96f689546ca5a0e019cb7048b (diff)
ctime(2): fix example (thanks raiz)
raiz → the reason that the manpage example works not because it's a correct timezone file format, but because readtimezone() (in libc) fails and defaults to GMT.
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/ctime3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/2/ctime b/sys/man/2/ctime
index a4e074343..5bb1cefd2 100644
--- a/sys/man/2/ctime
+++ b/sys/man/2/ctime
@@ -110,7 +110,8 @@ EST -18000 EDT -14400
Greenwich Mean Time is represented by
.IP
.EX
-GMT 0
+GMT 0 GMT 0
+0
.EE
.SH SOURCE
.B /sys/src/libc/9sys