[system-administrators-guide] en-US/Configuring_NTP_Using_the_chrony_Suite.xml Removing some duplicate entries Fixing link and imp

stephenw stephenw at fedoraproject.org
Mon Nov 4 21:38:07 UTC 2013


commit 12f3e2d31df933745ac3a023f07b45f34a9a1bbc
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Mon Nov 4 22:04:39 2013 +0100

    en-US/Configuring_NTP_Using_the_chrony_Suite.xml
    Removing some duplicate entries
    Fixing link and improving the text

 en-US/Configuring_NTP_Using_the_chrony_Suite.xml |   29 ++-------------------
 1 files changed, 3 insertions(+), 26 deletions(-)
---
diff --git a/en-US/Configuring_NTP_Using_the_chrony_Suite.xml b/en-US/Configuring_NTP_Using_the_chrony_Suite.xml
index 31f9560..1068221 100644
--- a/en-US/Configuring_NTP_Using_the_chrony_Suite.xml
+++ b/en-US/Configuring_NTP_Using_the_chrony_Suite.xml
@@ -127,7 +127,7 @@ Things <systemitem class="daemon">ntpd</systemitem> can do that <systemitem clas
  <section id="sect-Understanding_the_chrony_configuration_commands">
 		<title>Understanding the chrony Configuration Commands</title>
 		<para>
-      <systemitem class="daemon">chronyd</systemitem>'s default config file is <filename>/etc/chrony.conf</filename>. The <option>-f</option> option can be used to specify an alternate config file path. Refer to the <systemitem class="daemon">chronyd</systemitem> man page for further options. We present here a selection of configuration options. For a complete list of the directives that can be used see <citetitle pubwork="webpage">http://chrony.tuxfamily.org/manual.html#Configuration-file</citetitle>
+      The default configuration file for <systemitem class="daemon">chronyd</systemitem> is <filename>/etc/chrony.conf</filename>. The <option>-f</option> option can be used to specify an alternate configuration file path. Refer to the <systemitem class="daemon">chronyd</systemitem> man page for further options. For a complete list of the directives that can be used see <ulink url="http://chrony.tuxfamily.org/manual.html#Configuration-file"><citetitle pubwork="webpage">http://chrony.tuxfamily.org/manual.html#Configuration-file</citetitle></ulink>. We present here a selection of configuration options:
       <variablelist>
         <varlistentry>
           <term>Comments</term>
@@ -260,29 +260,12 @@ A large value of 10 indicates that the clock is so many hops away from a referen
 </para>
 </listitem>
 </varlistentry>
-<varlistentry>
-                  <term>refclocks</term>
-                  <listitem>
-<para>
-    This option logs the raw and filtered reference clock measurements to a file called <filename>refclocks.log</filename>.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-                  <term>refclocks</term>
-                  <listitem>
-<para>
-    This option logs the raw and filtered reference clock measurements to a file called <filename>refclocks.log</filename>.
-</para>
-</listitem>
-</varlistentry>
 </variablelist>
                     
 
 
 
-The files are written to the directory specified by the <command>logdir</command> command.
+The log files are written to the directory specified by the <command>logdir</command> command.
 
 An example of the command is: 
  	
@@ -429,7 +412,7 @@ peer w.x.y.z key 10
         <para>
         An example of the format of the default entry in the key file, <filename>/etc/chrony.keys</filename>, for the command key is:
         <screen>1 SHA1 HEX:A6CFC50C9C93AB6E5A19754C246242FC5471BCDF</screen>
-   Where <literal>1</literal> is the key ID, SHA1 is the hash function to use, <literal>HEX</literal> is the format of the key, and <literal>A6CFC50C9C93AB6E5A19754C246242FC5471BCDF</literal> is the key randomly generated when <application>chronyc</application> was started for the first time. The key can be given in hexidecimal or ASCII format (the default).
+   Where <literal>1</literal> is the key ID, SHA1 is the hash function to use, <literal>HEX</literal> is the format of the key, and <literal>A6CFC50C9C93AB6E5A19754C246242FC5471BCDF</literal> is the key randomly generated when <application>chronyd</application> was started for the first time. The key can be given in hexidecimal or ASCII format (the default).
   </para>
   <para>
     A manual entry in the key file, used to authenticate packets from certain <systemitem class="protocol">NTP</systemitem> servers or peers, can be as simple as the following:
@@ -905,7 +888,6 @@ The <option>offline</option> option can be useful in preventing systems from try
 		</para>
   </section>
 
-
   <section id="sect-Setting_up_chrony_for_a_system_in_an_isolated_network">
     <title>Setting Up chrony for a System in an Isolated Network</title>
     <para>
@@ -1035,11 +1017,6 @@ From the remote systems, the system administrator can issue commands after first
     </listitem>
 <listitem>
       <para>
-        <filename>chrony.conf(5)</filename> man page — User guide for the <application>chrony</application> suite.
-      </para>
-    </listitem>
-<listitem>
-      <para>
         <filename>/usr/share/doc/chrony*/chrony.txt</filename> — User guide for the <application>chrony</application> suite.
       </para>
     </listitem>


More information about the docs-commits mailing list