diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index 08c9ba4..de75810 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -191,7 +191,7 @@ This option sets the NTP version number used in packets sent to the server. This can be useful when the server runs an old NTP implementation that doesn't respond to newer versions. The default version number is 4. -[[pool]]*pool* _hostname_ [_option_]...:: +[[pool]]*pool* _name_ [_option_]...:: The syntax of this directive is similar to that for the <> directive, except that it is used to specify a pool of NTP servers rather than a single NTP server. The pool name is expected to resolve to multiple addresses @@ -1465,7 +1465,7 @@ from the example line above): . The estimated local clock error (_theta_ in RFC 5905). Positive indicates that the local clock is slow of the remote source. [-4.966e-03] . The peer delay (_delta_ in RFC 5905). [2.296e-01] -. The peer dispersion (`epsilon' in RFC 5905). [1.577e-05] +. The peer dispersion (_epsilon_ in RFC 5905). [1.577e-05] . The root delay (_DELTA_ in RFC 5905). [1.615e-01] . The root dispersion (_EPSILON_ in RFC 5905). [7.446e-03] + diff --git a/doc/chronyc.adoc b/doc/chronyc.adoc index a61d5a7..14dc3a8 100644 --- a/doc/chronyc.adoc +++ b/doc/chronyc.adoc @@ -78,7 +78,7 @@ This option disables resolving of IP addresses to hostnames (e.g. to avoid slow DNS lookups). *-c*:: -This option enables printing of reports in a column-separated values (CSV) +This option enables printing of reports in a comma-separated values (CSV) format. IP addresses will not be resolved to hostnames, time will be printed as number of seconds since the epoch and values in seconds will not be converted to other units. @@ -177,11 +177,11 @@ This is the estimated local offset on the last clock update. *RMS offset*::: This is a long-term average of the offset value. *Frequency*::: -The '`frequency`' is the rate by which the system's clock would be would be -wrong if *chronyd* was not correcting it. It is expressed in ppm (parts per -million). For example, a value of 1 ppm would mean that when the system's -clock thinks it has advanced 1 second, it has actually advanced by 1.000001 -seconds relative to true time. +The '`frequency`' is the rate by which the system's clock would be wrong if +*chronyd* was not correcting it. It is expressed in ppm (parts per million). +For example, a value of 1 ppm would mean that when the system's clock thinks it +has advanced 1 second, it has actually advanced by 1.000001 seconds relative to +true time. + As you can see in the example, the clock in the computer is not a very good one - it would gain about 30 seconds per day if it wasn't corrected!