diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-16 05:09:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-16 05:09:43 +0000 |
commit | 242304e59789ea65bfef27236075084b192d249b (patch) | |
tree | 7d59e1e787b6343ab6b944473491e4c124a550d7 /lib/libc/time | |
parent | 373bf660400687aaa44361ee3faf249e5ce84213 (diff) |
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 |