Changeset 56ab82c


Ignore:
Timestamp:
05/22/2005 11:14:32 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e82a189
Parents:
3ba3f58
Message:

Index fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4450 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ntp.xml

    r3ba3f58 r56ab82c  
    1515<sect1 id="ntp" xreflabel="NTP-&ntp-version;">
    1616  <?dbhtml filename="ntp.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>NTP-&ntp-version;</title>
    24  
     24
    2525  <indexterm zone="ntp">
    2626    <primary sortas="a-NTP">NTP</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to NTP</title>
    31    
    32     <para>The <application>NTP</application> package contains a 
    33     client and server to keep the time synchronized between various computers over 
    34     a network. This package is the official reference implementation of the 
     31
     32    <para>The <application>NTP</application> package contains a
     33    client and server to keep the time synchronized between various computers over
     34    a network. This package is the official reference implementation of the
    3535    NTP protocol.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">NTP Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Optional</bridgehead>
    6262    <para><xref linkend="openssl"/></para>
    63    
    64   </sect2>
    65  
     63
     64  </sect2>
     65
    6666  <sect2 role="installation">
    6767    <title>Installation of NTP</title>
    6868
    69     <para>Install <application>NTP</application> by running 
     69    <para>Install <application>NTP</application> by running
    7070    the following commands:</para>
    7171
     
    7575
    7676    <para>To test the results, issue: <command>make check</command>.</para>
    77    
     77
    7878    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    79    
     79
    8080<screen role="root"><userinput>make install</userinput></screen>
    8181
    8282  </sect2>
    83  
     83
    8484  <sect2 role="configuration">
    8585    <title>Configuring NTP</title>
    86    
     86
    8787    <sect3 id="ntp-config">
    8888      <title>Config Files</title>
    89      
     89
    9090      <para><filename>/etc/ntp.conf</filename></para>
    91      
     91
    9292      <indexterm zone="ntp ntp-config">
    9393        <primary sortas="e-etc-ntp.conf">/etc/ntp.conf</primary>
    9494      </indexterm>
    95      
     95
    9696    </sect3>
    97    
     97
    9898    <sect3>
    9999      <title>Configuration Information</title>
     
    114114# Australia
    115115server ntp.saard.net
    116        
     116
    117117# Europe
    118118server ntp.tuxfamily.net
     
    125125
    126126    </sect3>
    127    
     127
    128128    <sect3  id="ntp-init">
    129129      <title>Synchronizing the Time</title>
    130130
    131131      <para>There are two options. Option one is to run <command>ntpd</command>
    132       continuously and allow it to synchronize the time in a gradual manner. The 
     132      continuously and allow it to synchronize the time in a gradual manner. The
    133133      other option is to run <command>ntpd</command> periodically (using cron)
    134134      and update the time each time <command>ntpd</command> is scheduled.</para>
    135      
    136       <para>If you choose Option one, then install the 
     135
     136      <para>If you choose Option one, then install the
    137137      <filename>/etc/rc.d/init.d/ntp</filename>
    138138      init script included in the
    139139      <xref linkend="intro-important-bootscripts"/> package.</para>
    140      
    141       <indexterm zone="ntp ntp-init"> 
     140
     141      <indexterm zone="ntp ntp-init">
    142142        <primary sortas="f-ntp">ntp</primary>
    143       </indexterm> 
     143      </indexterm>
    144144
    145145<screen role="root"><userinput>make install-ntp</userinput></screen>
    146146
    147       <para>If you prefer to run <command>ntpd</command> periodically, add the 
    148       following command to <systemitem class="username">root</systemitem>'s 
     147      <para>If you prefer to run <command>ntpd</command> periodically, add the
     148      following command to <systemitem class="username">root</systemitem>'s
    149149      <filename>crontab</filename>:</para>
    150      
     150
    151151<screen><literal>ntpd -q</literal></screen>
    152152
     
    159159
    160160      <para>The other way around is already set up by LFS.</para>
    161      
     161
    162162    </sect3>
    163    
    164   </sect2>
    165  
     163
     164  </sect2>
     165
    166166  <sect2 role="content">
    167167    <title>Contents</title>
    168    
     168
    169169    <segmentedlist>
    170170      <segtitle>Installed Programs</segtitle>
    171171      <segtitle>Installed Libraries</segtitle>
    172172      <segtitle>Installed Directories</segtitle>
    173      
     173
    174174      <seglistitem>
    175         <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq, 
     175        <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
    176176        ntptime, ntptrace,  and tickadj</seg>
    177177        <seg>None</seg>
     
    179179      </seglistitem>
    180180    </segmentedlist>
    181    
     181
    182182    <variablelist>
    183183      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    184184      <?dbfo list-presentation="list"?>
    185185      <?dbhtml list-presentation="table"?>
    186      
     186
    187187      <varlistentry id="ntp-keygen">
    188188        <term><command>ntp-keygen</command></term>
    189189        <listitem>
    190           <para>generates cryptographic data files used by the NTPv4 authentication 
     190          <para>generates cryptographic data files used by the NTPv4 authentication
    191191          and identification schemes.</para>
    192192          <indexterm zone="ntp ntp-keygen">
     
    195195        </listitem>
    196196      </varlistentry>
    197      
     197
    198198      <varlistentry id="ntp-wait">
    199199        <term><command>ntp-wait</command></term>
    200200        <listitem>
    201           <para>is useful at boot time, to delay the boot sequence until 
     201          <para>is useful at boot time, to delay the boot sequence until
    202202          <command>ntpd</command> has set the time.</para>
    203203          <indexterm zone="ntp ntp-wait">
     
    206206        </listitem>
    207207      </varlistentry>
    208      
     208
    209209      <varlistentry id="ntpd">
    210210        <term><command>ntpd</command></term>
    211211        <listitem>
    212           <para>is a NTP daemon that runs in the background and keeps 
    213           the date and time synchronized based on response from configured 
     212          <para>is a NTP daemon that runs in the background and keeps
     213          the date and time synchronized based on response from configured
    214214          NTP servers. It also functions as a NTP server.</para>
    215215          <indexterm zone="ntp ntpd">
     
    218218        </listitem>
    219219      </varlistentry>
    220      
     220
    221221      <varlistentry id="ntpdate">
    222222        <term><command>ntpdate</command></term>
    223223        <listitem>
    224           <para>is a client program that sets the date and time based on 
     224          <para>is a client program that sets the date and time based on
    225225          the response from an NTP server. This command is deprecated.</para>
    226226          <indexterm zone="ntp ntpdate">
     
    229229        </listitem>
    230230      </varlistentry>
    231      
     231
    232232      <varlistentry id="ntpdc">
    233233        <term><command>ntpdc</command></term>
    234234        <listitem>
    235           <para>is used to query the NTP daemon about its current state 
     235          <para>is used to query the NTP daemon about its current state
    236236          and to request changes in that state.</para>
    237237          <indexterm zone="ntp ntpdc">
     
    240240        </listitem>
    241241      </varlistentry>
    242      
     242
    243243      <varlistentry id="ntpq">
    244244        <term><command>ntpq</command></term>
    245245        <listitem>
    246           <para>is an utility program used to monitor <command>ntpd</command> 
     246          <para>is an utility program used to monitor <command>ntpd</command>
    247247          operations and determine performance.</para>
    248248          <indexterm zone="ntp ntpq">
     
    251251        </listitem>
    252252      </varlistentry>
    253      
     253
    254254      <varlistentry id="ntptime">
    255255        <term><command>ntptime</command></term>
     
    261261        </listitem>
    262262      </varlistentry>
    263      
     263
    264264      <varlistentry id="ntptrace">
    265265        <term><command>ntptrace</command></term>
     
    267267          <para>traces a chain of NTP servers back to the primary source.</para>
    268268          <indexterm zone="ntp ntptrace">
    269             <primary sortas="b-ntptrace"></primary>
    270           </indexterm>
    271         </listitem>
    272       </varlistentry>
    273      
     269            <primary sortas="b-ntptrace">ntptrace</primary>
     270          </indexterm>
     271        </listitem>
     272      </varlistentry>
     273
    274274      <varlistentry id="tickadj">
    275275        <term><command>tickadj</command></term>
    276276        <listitem>
    277           <para>reads, and optionally modifies, several timekeeping-related 
    278           variables in older kernels that do not have support for precision 
     277          <para>reads, and optionally modifies, several timekeeping-related
     278          variables in older kernels that do not have support for precision
    279279          timekeeping.</para>
    280280          <indexterm zone="ntp tickadj">
     
    283283        </listitem>
    284284      </varlistentry>
    285      
     285
    286286    </variablelist>
    287    
    288   </sect2>
    289  
     287
     288  </sect2>
     289
    290290</sect1>
  • gnome/add/nautilus-cd-burner.xml

    r3ba3f58 r56ab82c  
    2525
    2626  <indexterm zone="nautilus-cd-burner">
    27     <primary sortas="a-nautilus-cd-burner">nautilus-cd-burner</primary>
     27    <primary sortas="a-Nautilus-CD-Burner">Nautilus CD Burner</primary>
    2828  </indexterm>
    2929
  • gnome/otherlibs/gal1.xml

    r3ba3f58 r56ab82c  
    2424
    2525  <indexterm zone="gal1">
    26     <primary sortas="a-GAL">GAL</primary>
     26    <primary sortas="a-GAL-1">GAL-1</primary>
    2727  </indexterm>
    2828
  • gnome/otherlibs/gconf1.xml

    r3ba3f58 r56ab82c  
    2424
    2525  <indexterm zone="GConf1">
    26     <primary sortas="a-GConf">GConf</primary>
     26    <primary sortas="a-GConf-1">GConf-1</primary>
    2727  </indexterm>
    2828
  • gnome/otherlibs/gnome-vfs1.xml

    r3ba3f58 r56ab82c  
    2424
    2525  <indexterm zone="gnome-vfs1">
    26     <primary sortas="a-GNOME-Virtual-File-System">GNOME Virtual File System</primary>
     26    <primary sortas="a-GNOME-Virtual-File-System-1">GNOME Virtual File System-1</primary>
    2727  </indexterm>
    2828
  • gnome/otherlibs/gtkhtml1.xml

    r3ba3f58 r56ab82c  
    2424
    2525  <indexterm zone="gtkhtml1">
    26     <primary sortas="a-GtkHTML">GtkHTML</primary>
     26    <primary sortas="a-GtkHTML-1">GtkHTML-1</primary>
    2727  </indexterm>
    2828
  • gnome/otherlibs/libglade14.xml

    r3ba3f58 r56ab82c  
    2424
    2525  <indexterm zone="libglade14">
    26     <primary sortas="a-Libglade">Libglade</primary>
     26    <primary sortas="a-Libglade-1">Libglade-1</primary>
    2727  </indexterm>
    2828
  • pst/ps/a2ps.xml

    r3ba3f58 r56ab82c  
    230230          postprocessing.</para>
    231231          <indexterm zone="a2ps fixps">
    232             <primary sortas="b-fixps"></primary>
     232            <primary sortas="b-fixps">fixps</primary>
    233233          </indexterm>
    234234        </listitem>
  • xsoft/suites/koffice.xml

    r3ba3f58 r56ab82c  
    191191          <para>is a scriptable spreadsheet program.</para>
    192192          <indexterm zone="koffice kspread">
    193             <primary sortas="b-kspread"></primary>
     193            <primary sortas="b-kspread">kspread</primary>
    194194          </indexterm>
    195195        </listitem>
Note: See TracChangeset for help on using the changeset viewer.