diff options
author | 1999-02-16 05:09:42 +0000 | |
---|---|---|
committer | 1999-02-16 05:09:42 +0000 | |
commit | dfe41415540fa0e0309b311ccbecc76624f9d238 (patch) | |
tree | 2743b5843ca7a00b83de1d2f5089ddf04f1499b5 /lib/libc/time | |
parent | hp300 sync (diff) | |
download | wireguard-openbsd-dfe41415540fa0e0309b311ccbecc76624f9d238.tar.xz wireguard-openbsd-dfe41415540fa0e0309b311ccbecc76624f9d238.zip |
localtime is in /etc
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/ctime.3 | 4 | ||||
-rw-r--r-- | lib/libc/time/tzset.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 7df91acf968..86dc6e2d3a8 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.9 1998/07/05 19:36:54 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.10 1999/02/16 05:09:42 deraadt Exp $ .TH CTIME 3 .SH NAME asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII @@ -177,7 +177,7 @@ of the Prime Meridian. .ta \w'/usr/share/zoneinfo/posixrules\0\0'u /usr/share/zoneinfo time zone information directory .br -/usr/share/zoneinfo/localtime local time zone file +/etc/localtime local time zone file .br /usr/share/zoneinfo/posixrules used with POSIX-style TZ's .br diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3 index d60aa1cee05..01569a45323 100644 --- a/lib/libc/time/tzset.3 +++ b/lib/libc/time/tzset.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tzset.3,v 1.6 1998/01/18 23:25:01 millert Exp $ +.\" $OpenBSD: tzset.3,v 1.7 1999/02/16 05:09:42 deraadt Exp $ .TH TZSET 3 .SH NAME tzset \- initialize time conversion information @@ -216,7 +216,7 @@ UTC is used. .ta \w'/usr/share/zoneinfo/posixrules\0\0'u /usr/share/zoneinfo time zone information directory .br -/usr/share/zoneinfo/localtime local time zone file +/etc/localtime local time zone file .br /usr/share/zoneinfo/posixrules used with POSIX-style TZ's .br |