diff --git a/doc/TODO b/doc/TODO index 0d4efc164..1ec4cc2d4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -58,7 +58,6 @@ o local-zone directive with authority service, full authority server is a non-goal. o make so revoke bit keys cannot verify signatures -o option to print UTC timestamps instead of epoch in seconds. o infra and lame cache: easier size config (in Mb), show usage in graphs. o #226: unbound_control dump_requestlist diff --git a/doc/example.conf.in b/doc/example.conf.in index a1d7add2a..d12614c35 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -192,7 +192,7 @@ server: # log to, with identity "unbound". If yes, it overrides the logfile. # use-syslog: yes - # print UTC timestamp in ascii to logfile, default is secs since 1970. + # print UTC timestamp in ascii to logfile, default is epoch in seconds. # log-time-ascii: no # the pid file. Can be an absolute path outside of chroot/work dir.