From: Harlan Stenn
Date: Tue, 15 Sep 2009 06:21:46 +0000 (-0400)
Subject: Documentation updates from Dave Mills
X-Git-Tag: NTP_4_2_5P212~3^2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf4c977ad9e726a8bf179ee4a45afdb8c1c66f8;p=thirdparty%2Fntp.git
Documentation updates from Dave Mills
bk: 4aaf327akIZJUeqW4zcX1yotJfqYxg
---
diff --git a/ChangeLog b/ChangeLog
index ab56ab81a..c22f9bff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Documentation updates from Dave Mills.
* Make the code agree with the spec and the book (Dave Mills).
(4.2.5p211) 2009/09/14 Released by Harlan Stenn
* [Bug 663] respect ntpq -c and -p order on command line.
diff --git a/html/authopt.html b/html/authopt.html
index c8d06c09a..d2dd56ed1 100644
--- a/html/authopt.html
+++ b/html/authopt.html
@@ -23,7 +23,7 @@
Our resident cryptographer; now you see him, now you don't.
Last update:
- 14-Jul-2009 20:49
+ 08-Sep-2009 20:59
UTC
@@ -258,7 +258,7 @@ UTC
-- autokey [logsec]
+- automax [logsec]
- Specifies the interval between regenerations of the session key list used with the Autokey protocol, as a power of 2 in seconds. Note that the size of the key list for each association depends on this interval and the current poll interval. The default interval is 12 (about 1.1 h). For poll intervals above the specified interval, a session key list with a single entry will be regenerated for every message sent.
- controlkey key
diff --git a/html/miscopt.html b/html/miscopt.html
index 44eb71417..77c301ac9 100644
--- a/html/miscopt.html
+++ b/html/miscopt.html
@@ -13,7 +13,7 @@
from Pogo, Walt Kelly
We have three, now looking for more.
Last update:
- 22-Jun-2009 21:24
+ 08-Sep-2009 20:59
UTC
Related Links
@@ -52,7 +52,7 @@
- This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
- leapfile leapfile
- This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
- While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
+ - While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
- logconfig configkeyword
- This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.