From: Miroslav Lichvar Date: Fri, 18 Aug 2017 18:04:31 +0000 (+0200) Subject: doc: include uncorrected offset in bound on maximum error X-Git-Tag: 3.2-pre2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27cbf20d2337064a88655d05f7a4ce7eb741d87e;p=thirdparty%2Fchrony.git doc: include uncorrected offset in bound on maximum error --- diff --git a/doc/chronyc.adoc b/doc/chronyc.adoc index 1e4f7170..3eb518c2 100644 --- a/doc/chronyc.adoc +++ b/doc/chronyc.adoc @@ -216,7 +216,7 @@ An absolute bound on the computer's clock accuracy (assuming the stratum-1 computer is correct) is given by: + ---- -clock_error <= root_dispersion + (0.5 * |root_delay|) +clock_error <= |system_time_offset| + root_dispersion + (0.5 * root_delay) ---- *Update interval*::: This is the interval between the last two clock updates.