From b2ccf8dd31d1457ae9f0ae270054117179220370 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 7 Apr 2015 08:29:34 +0000 Subject: Imported from /home/lorry/working-area/delta_ntp/ntp-4.2.8p2.tar.gz. --- ntpd/ntpdbase-opts.def | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'ntpd/ntpdbase-opts.def') diff --git a/ntpd/ntpdbase-opts.def b/ntpd/ntpdbase-opts.def index 110504e..66b9535 100644 --- a/ntpd/ntpdbase-opts.def +++ b/ntpd/ntpdbase-opts.def @@ -87,7 +87,7 @@ flag = { by default. This is the same operation as the @code{driftfile} @kbd{driftfile} - configuration specification in the + configuration specification in the @file{/etc/ntp.conf} file. _EndOfDoc_; @@ -114,6 +114,24 @@ flag = { _EndOfDoc_; }; +flag = { + name = force_step_once; + value = G; + descrip = "Step any initial offset correction."; + doc = <<- _EndOfDoc_ + Normally, + @code{ntpd} + steps the time if the time offset exceeds the step threshold, + which is 128 ms by default, and otherwise slews the time. + This option forces the initial offset correction to be stepped, + so the highest time accuracy can be achieved quickly. + However, this may also cause the time to be stepped back + so this option must not be used if + applications requiring monotonic time are running. + See the @code{tinker} configuration file directive for other options. + _EndOfDoc_; +}; + flag = { ifdef = HAVE_DROPROOT; name = jaildir; @@ -150,7 +168,7 @@ flag = { given interface name. This option may appear multiple times. This option also implies not opening other addresses, except wildcard and localhost. This option is deprecated. Please consider using the configuration file - @code{interface} command, which is more versatile. + @code{interface} command, which is more versatile. _EndOfDoc_; }; -- cgit v1.2.1