diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-30 23:56:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-30 23:56:28 +0000 |
commit | 9be0ef330113ee4f47cf6184cff6a8ebb3c73870 (patch) | |
tree | 7cd31ed9d8c53c2295c7b816bd4c0a69b6414fd0 | |
parent | ddc3a3f15f9d98bf9aa02301113c8ae9b1f2ff80 (diff) |
Reference /etc/localtime in FILES section.
-rw-r--r-- | lib/libc/time/zic.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8 index 958e6bd3854..27260278860 100644 --- a/lib/libc/time/zic.8 +++ b/lib/libc/time/zic.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zic.8,v 1.10 2000/03/04 22:19:32 aaron Exp $ +.\" $OpenBSD: zic.8,v 1.11 2000/03/30 23:56:27 millert Exp $ .Dd May 23, 1999 .Dt ZIC 8 .Os @@ -376,6 +376,8 @@ field of the earliest transition time's rule to ensure that the earliest transition time recorded in the compiled file is correct. .Sh FILES .Bl -tag -width "/usr/share/zoneinfo" -compact +.It Pa /etc/localtime +link to local time zone .It Pa /usr/share/zoneinfo standard directory used for created files .El |