diff options
author | ache <ache@FreeBSD.org> | 1994-09-19 23:18:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-19 23:18:41 +0000 |
commit | a08af613f2ff13a83cbc52f1ee61b6c264018a84 (patch) | |
tree | 2bb26be7e8a0b3cfdd50a4cb60c3572eb0c5c24c /sbin/adjkerntz | |
parent | e2ce74f18796cb968d4ce68920e9be960c8b3152 (diff) | |
download | FreeBSD-src-a08af613f2ff13a83cbc52f1ee61b6c264018a84.zip FreeBSD-src-a08af613f2ff13a83cbc52f1ee61b6c264018a84.tar.gz |
Correction for new sysctl interface
Diffstat (limited to 'sbin/adjkerntz')
-rw-r--r-- | sbin/adjkerntz/adjkerntz.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index ac8fb5f..9678bf2 100644 --- a/sbin/adjkerntz/adjkerntz.8 +++ b/sbin/adjkerntz/adjkerntz.8 @@ -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 , |