[ntpsec commit] More resynchronization of config documentation.

Eric S. Raymond esr at ntpsec.org
Sat Oct 10 04:22:05 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    fc4bc05d763208b42e5182c0529c23284182d339
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=fc4bc05d763208b42e5182c0529c23284182d339

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Sat Oct 10 00:21:27 2015 -0400

More resynchronization of config documentation.

---

 ntpd/ntp.conf.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/ntpd/ntp.conf.txt b/ntpd/ntp.conf.txt
index a15a703..fdb03cb 100644
--- a/ntpd/ntp.conf.txt
+++ b/ntpd/ntp.conf.txt
@@ -84,8 +84,8 @@ that address family.
 
 `pool` _address_ [`burst`] [`iburst`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`maxpoll` _maxpoll_]::
 `server` _address_ [`key` _key_ | `autokey`] [`burst`] [`iburst`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`maxpoll` _maxpoll_]::
-`peer` _address_ [`key` _key_ | `autokey`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`maxpoll` _maxpoll_]::
-`broadcast` _address_ [`key` _key_ | `autokey`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`ttl` _ttl_]::
+`peer` _address_ [`key` _key_ | `autokey`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`maxpoll` _maxpoll_] [`xleave`]::
+`broadcast` _address_ [`key` _key_ | `autokey`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`ttl` _ttl_] [`xleave`]::
 `manycastclient` _address_ [`key` _key_ | `autokey`] [`version` _version_] [`prefer`] [`minpoll` _minpoll_] [`maxpoll` _maxpoll_] [`ttl` _ttl_]::
 `unpeer` ['address' | 'associd']::
 These six commands specify the time server name or address to be used
@@ -183,9 +183,10 @@ These six commands specify the time server name or address to be used
   acquisition with the `server` command and s addresses and when
   {ntpdman} is started with the `-q` option.
 
-`ident` 'group'::
-  Specify the group name for the association. See the "Autokey
-  Public-Key Authentication" page for further information.
+// Uncomment this when and if autokey works.
+//`ident` 'group'::
+//  Specify the group name for the association. See the "Autokey
+//  Public-Key Authentication" page for further information.
 
 `key` _key_::
   All packets sent to and received from the server or peer are to



More information about the vc mailing list