]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: replace offensive words
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 21 Mar 2023 15:38:10 +0000 (16:38 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 22 Mar 2023 08:13:47 +0000 (09:13 +0100)
doc/chrony.conf.adoc
doc/chronyc.adoc
ntp_core.c

index b1e489c1efdaa4f641117d346290485a013a31c5..02e3bfa0a19968912c4a126f30639194bcfe5fff 100644 (file)
@@ -1326,10 +1326,9 @@ It should be noted that this is not the only means of protection against using
 unreliable estimates. At all times, *chronyd* keeps track of both the estimated
 gain or loss rate, and the error bound on the estimate. When a new estimate is
 generated following another measurement from one of the sources, a weighted
-combination algorithm is used to update the master estimate. So if *chronyd*
-has an existing highly-reliable master estimate and a new estimate is generated
-which has large error bounds, the existing master estimate will dominate in the
-new master estimate.
+combination algorithm is used to update the existing estimate. If it has
+significantly smaller error bounds than the new estimate, the existing estimate
+will dominate in the new combined value.
 
 [[maxslewrate]]*maxslewrate* _rate-in-ppm_::
 The *maxslewrate* directive sets the maximum rate at which *chronyd* is allowed
index 07b44300782f9fe54f0a8f1e4906ecb78eab613f..46fc46fc32d54f25df1bd1a1dd64cc977afff6d1 100644 (file)
@@ -1234,8 +1234,8 @@ deny all
 *local* *off*::
 The *local* command allows *chronyd* to be told that it is to appear as a
 reference source, even if it is not itself properly synchronised to an external
-source. (This can be used on isolated networks, to allow one computer to be a
-master time server with the other computers slaving to it.)
+source. This can be used on isolated networks, to allow a computer to be the
+primary time server for other computers.
 +
 The first form enables the local reference mode on the host. The syntax is
 identical to the <<chrony.conf.adoc#local,*local*>> directive in the
index 2bd01040df968c6e71481c5774f4cde82ac20d4e..7462c7b784ed2734bbb076456e27262b728212f6 100644 (file)
@@ -2330,8 +2330,8 @@ NCR_ProcessRxKnown(NCR_Instance inst, NTP_Local_Address *local_addr,
          client mode operation.
 
          This copes with the case for an isolated network where one
-         machine is set by eye and is used as the master, with the
-         other machines pointed at it.  If the master goes down, we
+         machine is set by eye and is used as the primary server, with
+         the other machines pointed at it.  If the server goes down, we
          want to be able to reset its time at startup by relying on
          one of the secondaries to flywheel it. The behaviour coded here
          is required in the secondaries to make this possible. */