diff options
Diffstat (limited to 'ntpd/ntp.conf.mdoc.in')
-rw-r--r-- | ntpd/ntp.conf.mdoc.in | 49 |
1 files changed, 42 insertions, 7 deletions
diff --git a/ntpd/ntp.conf.mdoc.in b/ntpd/ntp.conf.mdoc.in index a1c795da2cf8..eaaf14cb0942 100644 --- a/ntpd/ntp.conf.mdoc.in +++ b/ntpd/ntp.conf.mdoc.in @@ -1,9 +1,9 @@ -.Dd February 20 2019 +.Dd March 3 2020 .Dt NTP_CONF 5 File Formats .Os .\" EDIT THIS FILE WITH CAUTION (ntp.mdoc) .\" -.\" It has been AutoGen-ed February 20, 2019 at 09:56:34 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed March 3, 2020 at 05:40:53 PM by AutoGen 5.18.5 .\" From the definitions ntp.conf.def .\" and the template file agmdoc-cmd.tpl .Sh NAME @@ -144,6 +144,7 @@ equivalent classes for that address family. .Op Cm prefer .Op Cm minpoll Ar minpoll .Op Cm maxpoll Ar maxpoll +.Op Cm xmtnonce .Xc .It Xo Ic server Ar address .Op Cm key Ar key \&| Cm autokey @@ -154,6 +155,7 @@ equivalent classes for that address family. .Op Cm minpoll Ar minpoll .Op Cm maxpoll Ar maxpoll .Op Cm true +.Op Cm xmtnonce .Xc .It Xo Ic peer Ar address .Op Cm key Ar key \&| Cm autokey @@ -346,9 +348,6 @@ Marks the server as unused, except for display purposes. The server is discarded by the selection algroithm. .It Cm preempt Says the association can be preempted. -.It Cm true -Marks the server as a truechimer. -Use this option only for testing. .It Cm prefer Marks the server as preferred. All other things being equal, @@ -362,7 +361,8 @@ provided in .Pa /usr/share/doc/ntp ) for further information. .It Cm true -Forces the association to always survive the selection and clustering algorithms. +Marks the server as a truechimer, +forcing the association to always survive the selection and clustering algorithms. This option should almost certainly .Em only be used while testing an association. @@ -390,6 +390,12 @@ Valid in and .Cm broadcast modes only, this flag enables interleave mode. +.It Cm xmtnonce +Valid only for +.Cm server +and +.Cm pool +modes, this flag puts a random number in the packet's transmit timestamp. .El .Ss Auxiliary Commands .Bl -tag -width indent @@ -1694,6 +1700,10 @@ The .Cm ntpport is considered more specific and is sorted later in the list. +.It Ic "serverresponse fuzz" +When reponding to server requests, +fuzz the low order bits of the +.Cm reftime . .It Cm version Deny packets that do not match the current NTP version. .El @@ -2919,6 +2929,31 @@ For the JJY driver (type 40 mode 100 \- 180), the argument is one telephone number used to dial the telephone JJY service. The Hayes command ATDT is normally prepended to the number. The number can contain other modem control codes as well. +.It Xo Cm pollskewlist +.Oo +.Ar poll +.Ar value | value +.Oc +.Ar ... +.Oo +.Cm default +.Ar value | value +.Oc +.Xc +Enable skewing of our poll requests to our servers. +.Ar poll +is a number between 3 and 17 inclusive, identifying a specific poll interval. +A poll interval is 2^n seconds in duration, +so a poll value of 3 corresponds to 8 seconds +and +a poll interval of 17 corresponds to +131,072 seconds, or about a day and a half. +The next two numbers must be between 0 and one\-half of the poll interval, +inclusive. +The first number specifies how early the poll may start, +while +the second number specifies how late the poll may be delayed. +With no arguments, internally specified default values are chosen. .It Xo Ic reset .Oo .Ic allpeers @@ -3255,7 +3290,7 @@ A snapshot of this documentation is available in HTML format in .Sh "AUTHORS" The University of Delaware and Network Time Foundation .Sh "COPYRIGHT" -Copyright (C) 1992\-2017 The University of Delaware and Network Time Foundation all rights reserved. +Copyright (C) 1992\-2020 The University of Delaware and Network Time Foundation all rights reserved. This program is released under the terms of the NTP license, <http://ntp.org/license>. .Sh BUGS The syntax checking is not picky; some combinations of |