diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-31 00:04:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-31 00:04:15 +0000 |
commit | 33d52f8d1a266551c19d5bfc9d1098e95bb7cf0a (patch) | |
tree | fcca00f693f93dbe85e2f6f4007a2dfd45346fb0 /lib/libc/gen | |
parent | 9be0ef330113ee4f47cf6184cff6a8ebb3c73870 (diff) |
Add a pointer to zic so new users can figure out how to set the
timezone. The obvious thing to do is 'man timezone' so hopefully
folks will be able to get the info they need.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/timezone.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index f67a548f3bb..8c6df4144a0 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timezone.3,v 1.8 1999/07/02 16:57:48 aaron Exp $ +.\" $OpenBSD: timezone.3,v 1.9 2000/03/31 00:04:14 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,8 +63,14 @@ is the number of minutes west of and .Fa dst is non-zero if Daylight Saving Time is in effect. +.Pp +This function is not used to set the system's time zone. The +default system time zone may be set by running +.Li Dq zic -l timezone +as the superuser. .Sh SEE ALSO -.Xr ctime 3 +.Xr ctime 3 , +.Xr zic 8 .Sh HISTORY A .Fn timezone |