From: millert Date: Fri, 31 Mar 2000 00:04:14 +0000 (+0000) Subject: Add a pointer to zic so new users can figure out how to set the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=490855a7c029a8aea78710a2352d5c013923a2ac;p=openbsd 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. --- 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