From 490855a7c029a8aea78710a2352d5c013923a2ac Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 31 Mar 2000 00:04:14 +0000 Subject: [PATCH] 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. --- lib/libc/gen/timezone.3 | 10 ++++++++-- 1 file 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 -- 2.20.1