Correction for new sysctl interface

This commit is contained in:
Andrey A. Chernov 1994-09-19 23:18:41 +00:00
parent c0b605c3d9
commit 736c101eaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2912

View File

@ -56,7 +56,8 @@ initialization call from
(before any daemons are started).
.Nm Adjkerntz
makes the first adjustment and the initial time zone offset is stored into
.Pa /var/run/.adjkerntz
.Pa adjkerntz
kernel variable
for following subsequent
.Nm adjkerntz
calls.
@ -67,7 +68,8 @@ uses the previously stored
time zone offset and the changed time zone rule to
produce the new time zone offset, fix the kernel time and store the new
offset into
.Pa /var/run/.adjkerntz
.Pa adjkerntz
kernel variable
too.
It is recommended to use this form in root's
.Xr crontab 5
@ -101,8 +103,6 @@ Link to the current zone info file, see
Empty file.
Presence of it indicates that the machine runs wall CMOS clock,
absence indicates UTC CMOS clock.
.It Pa /var/run/.adjkerntz
Text file with the stored current time zone offset in seconds.
.Sh SEE ALSO
.Xr tzset 3 ,
.Xr zic 8 ,