]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: fix typos in man pages
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 12 Apr 2016 10:31:04 +0000 (12:31 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 12 Apr 2016 10:43:10 +0000 (12:43 +0200)
doc/chrony.conf.adoc
doc/chronyc.adoc

index 08c9ba4c5217e4483435f494613991af69653153..de758100bdb0d19dc5e19b67f418749320299f29 100644 (file)
@@ -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 <<server,*server*>>
 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]
 +
index a61d5a72d1496360e51d8b02db724ea61e22b250..14dc3a8cf27f39f5db8c7118a8751d1f19fd7a0f 100644 (file)
@@ -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!