doc: replace offensive words

This commit is contained in:
Miroslav Lichvar 2023-03-21 16:38:10 +01:00
parent 2d80be9541
commit ecdde75f8f
3 changed files with 7 additions and 8 deletions

View 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 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 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 generated following another measurement from one of the sources, a weighted
combination algorithm is used to update the master estimate. So if *chronyd* combination algorithm is used to update the existing estimate. If it has
has an existing highly-reliable master estimate and a new estimate is generated significantly smaller error bounds than the new estimate, the existing estimate
which has large error bounds, the existing master estimate will dominate in the will dominate in the new combined value.
new master estimate.
[[maxslewrate]]*maxslewrate* _rate-in-ppm_:: [[maxslewrate]]*maxslewrate* _rate-in-ppm_::
The *maxslewrate* directive sets the maximum rate at which *chronyd* is allowed The *maxslewrate* directive sets the maximum rate at which *chronyd* is allowed

View file

@ -1234,8 +1234,8 @@ deny all
*local* *off*:: *local* *off*::
The *local* command allows *chronyd* to be told that it is to appear as a 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 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 source. This can be used on isolated networks, to allow a computer to be the
master time server with the other computers slaving to it.) primary time server for other computers.
+ +
The first form enables the local reference mode on the host. The syntax is 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 identical to the <<chrony.conf.adoc#local,*local*>> directive in the

View file

@ -2330,8 +2330,8 @@ NCR_ProcessRxKnown(NCR_Instance inst, NTP_Local_Address *local_addr,
client mode operation. client mode operation.
This copes with the case for an isolated network where one This copes with the case for an isolated network where one
machine is set by eye and is used as the master, with the machine is set by eye and is used as the primary server, with
other machines pointed at it. If the master goes down, we 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 want to be able to reset its time at startup by relying on
one of the secondaries to flywheel it. The behaviour coded here one of the secondaries to flywheel it. The behaviour coded here
is required in the secondaries to make this possible. */ is required in the secondaries to make this possible. */