Author: manuel
Date: 2005-05-22 05:14:32 -0600 (Sun, 22 May 2005)
New Revision: 4450
Modified:
trunk/BOOK/basicnet/netprogs/ntp.xml
trunk/BOOK/gnome/add/nautilus-cd-burner.xml
trunk/BOOK/gnome/otherlibs/gal1.xml
trunk/BOOK/gnome/otherlibs/gconf1.xml
trunk/BOOK/gnome/otherlibs/gnome-vfs1.xml
trunk/BOOK/gnome/otherlibs/gtkhtml1.xml
trunk/BOOK/gnome/otherlibs/libglade14.xml
trunk/BOOK/pst/ps/a2ps.xml
trunk/BOOK/xsoft/suites/koffice.xml
Log:
Index fixes
Modified: trunk/BOOK/basicnet/netprogs/ntp.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/ntp.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/basicnet/netprogs/ntp.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -14,26 +14,26 @@
<sect1 id="ntp" xreflabel="NTP-&ntp-version;">
<?dbhtml filename="ntp.html"?>
-
+
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
-
+
<title>NTP-&ntp-version;</title>
-
+
<indexterm zone="ntp">
<primary sortas="a-NTP">NTP</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to NTP</title>
-
- <para>The <application>NTP</application> package contains a
- client and server to keep the time synchronized between various computers
over
- a network. This package is the official reference implementation of the
+
+ <para>The <application>NTP</application> package contains a
+ client and server to keep the time synchronized between various computers
over
+ a network. This package is the official reference implementation of the
NTP protocol.</para>
-
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -55,18 +55,18 @@
<para>Estimated build time: &ntp-time;</para>
</listitem>
</itemizedlist>
-
+
<bridgehead renderas="sect3">NTP Dependencies</bridgehead>
-
+
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="openssl"/></para>
-
+
</sect2>
-
+
<sect2 role="installation">
<title>Installation of NTP</title>
- <para>Install <application>NTP</application> by running
+ <para>Install <application>NTP</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/usr/sbin \
@@ -74,27 +74,27 @@
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
-
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-
+
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
-
+
<sect2 role="configuration">
<title>Configuring NTP</title>
-
+
<sect3 id="ntp-config">
<title>Config Files</title>
-
+
<para><filename>/etc/ntp.conf</filename></para>
-
+
<indexterm zone="ntp ntp-config">
<primary sortas="e-etc-ntp.conf">/etc/ntp.conf</primary>
</indexterm>
-
+
</sect3>
-
+
<sect3>
<title>Configuration Information</title>
@@ -113,7 +113,7 @@
# Australia
server ntp.saard.net
-
+
# Europe
server ntp.tuxfamily.net
@@ -124,30 +124,30 @@
EOF</userinput></screen>
</sect3>
-
+
<sect3 id="ntp-init">
<title>Synchronizing the Time</title>
<para>There are two options. Option one is to run <command>ntpd</command>
- continuously and allow it to synchronize the time in a gradual manner.
The
+ continuously and allow it to synchronize the time in a gradual manner.
The
other option is to run <command>ntpd</command> periodically (using cron)
and update the time each time <command>ntpd</command> is
scheduled.</para>
-
- <para>If you choose Option one, then install the
+
+ <para>If you choose Option one, then install the
<filename>/etc/rc.d/init.d/ntp</filename>
init script included in the
<xref linkend="intro-important-bootscripts"/> package.</para>
-
- <indexterm zone="ntp ntp-init">
+
+ <indexterm zone="ntp ntp-init">
<primary sortas="f-ntp">ntp</primary>
- </indexterm>
+ </indexterm>
<screen role="root"><userinput>make install-ntp</userinput></screen>
- <para>If you prefer to run <command>ntpd</command> periodically, add the
- following command to <systemitem class="username">root</systemitem>'s
+ <para>If you prefer to run <command>ntpd</command> periodically, add the
+ following command to <systemitem class="username">root</systemitem>'s
<filename>crontab</filename>:</para>
-
+
<screen><literal>ntpd -q</literal></screen>
<para>Execute the following command if you would like to set the
@@ -158,99 +158,99 @@
ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<para>The other way around is already set up by LFS.</para>
-
+
</sect3>
-
+
</sect2>
-
+
<sect2 role="content">
<title>Contents</title>
-
+
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
-
+
<seglistitem>
- <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
+ <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
ntptime, ntptrace, and tickadj</seg>
<seg>None</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
-
+
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
-
+
<varlistentry id="ntp-keygen">
<term><command>ntp-keygen</command></term>
<listitem>
- <para>generates cryptographic data files used by the NTPv4
authentication
+ <para>generates cryptographic data files used by the NTPv4
authentication
and identification schemes.</para>
<indexterm zone="ntp ntp-keygen">
<primary sortas="b-ntp-keygen">ntp-keygen</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntp-wait">
<term><command>ntp-wait</command></term>
<listitem>
- <para>is useful at boot time, to delay the boot sequence until
+ <para>is useful at boot time, to delay the boot sequence until
<command>ntpd</command> has set the time.</para>
<indexterm zone="ntp ntp-wait">
<primary sortas="b-ntp-wait">ntp-wait</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntpd">
<term><command>ntpd</command></term>
<listitem>
- <para>is a NTP daemon that runs in the background and keeps
- the date and time synchronized based on response from configured
+ <para>is a NTP daemon that runs in the background and keeps
+ the date and time synchronized based on response from configured
NTP servers. It also functions as a NTP server.</para>
<indexterm zone="ntp ntpd">
<primary sortas="b-ntpd">ntpd</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntpdate">
<term><command>ntpdate</command></term>
<listitem>
- <para>is a client program that sets the date and time based on
+ <para>is a client program that sets the date and time based on
the response from an NTP server. This command is deprecated.</para>
<indexterm zone="ntp ntpdate">
<primary sortas="b-ntpdate">ntpdate</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntpdc">
<term><command>ntpdc</command></term>
<listitem>
- <para>is used to query the NTP daemon about its current state
+ <para>is used to query the NTP daemon about its current state
and to request changes in that state.</para>
<indexterm zone="ntp ntpdc">
<primary sortas="b-ntpdc">ntpdc</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntpq">
<term><command>ntpq</command></term>
<listitem>
- <para>is an utility program used to monitor <command>ntpd</command>
+ <para>is an utility program used to monitor <command>ntpd</command>
operations and determine performance.</para>
<indexterm zone="ntp ntpq">
<primary sortas="b-ntpq">ntpq</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntptime">
<term><command>ntptime</command></term>
<listitem>
@@ -260,31 +260,31 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="ntptrace">
<term><command>ntptrace</command></term>
<listitem>
<para>traces a chain of NTP servers back to the primary
source.</para>
<indexterm zone="ntp ntptrace">
- <primary sortas="b-ntptrace"></primary>
+ <primary sortas="b-ntptrace">ntptrace</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="tickadj">
<term><command>tickadj</command></term>
<listitem>
- <para>reads, and optionally modifies, several timekeeping-related
- variables in older kernels that do not have support for precision
+ <para>reads, and optionally modifies, several timekeeping-related
+ variables in older kernels that do not have support for precision
timekeeping.</para>
<indexterm zone="ntp tickadj">
<primary sortas="b-tickadj">tickadj</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
</variablelist>
-
+
</sect2>
-
+
</sect1>
Modified: trunk/BOOK/gnome/add/nautilus-cd-burner.xml
===================================================================
--- trunk/BOOK/gnome/add/nautilus-cd-burner.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/gnome/add/nautilus-cd-burner.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -24,7 +24,7 @@
<title>Nautilus CD Burner-&nautilus-cd-burner-version;</title>
<indexterm zone="nautilus-cd-burner">
- <primary sortas="a-nautilus-cd-burner">nautilus-cd-burner</primary>
+ <primary sortas="a-Nautilus-CD-Burner">Nautilus CD Burner</primary>
</indexterm>
<sect2 role="package">
Modified: trunk/BOOK/gnome/otherlibs/gal1.xml
===================================================================
--- trunk/BOOK/gnome/otherlibs/gal1.xml 2005-05-22 10:45:25 UTC (rev 4449)
+++ trunk/BOOK/gnome/otherlibs/gal1.xml 2005-05-22 11:14:32 UTC (rev 4450)
@@ -23,7 +23,7 @@
<title>GAL-&gal1-version;</title>
<indexterm zone="gal1">
- <primary sortas="a-GAL">GAL</primary>
+ <primary sortas="a-GAL-1">GAL-1</primary>
</indexterm>
<sect2 role="package">
Modified: trunk/BOOK/gnome/otherlibs/gconf1.xml
===================================================================
--- trunk/BOOK/gnome/otherlibs/gconf1.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/gnome/otherlibs/gconf1.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -23,7 +23,7 @@
<title>GConf-&GConf1-version;</title>
<indexterm zone="GConf1">
- <primary sortas="a-GConf">GConf</primary>
+ <primary sortas="a-GConf-1">GConf-1</primary>
</indexterm>
<sect2>
Modified: trunk/BOOK/gnome/otherlibs/gnome-vfs1.xml
===================================================================
--- trunk/BOOK/gnome/otherlibs/gnome-vfs1.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/gnome/otherlibs/gnome-vfs1.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -23,7 +23,7 @@
<title>GNOME Virtual File System-&gnome-vfs1-version;</title>
<indexterm zone="gnome-vfs1">
- <primary sortas="a-GNOME-Virtual-File-System">GNOME Virtual File
System</primary>
+ <primary sortas="a-GNOME-Virtual-File-System-1">GNOME Virtual File
System-1</primary>
</indexterm>
<sect2 role="package">
Modified: trunk/BOOK/gnome/otherlibs/gtkhtml1.xml
===================================================================
--- trunk/BOOK/gnome/otherlibs/gtkhtml1.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/gnome/otherlibs/gtkhtml1.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -23,7 +23,7 @@
<title>GtkHTML->khtml1-version;</title>
<indexterm zone="gtkhtml1">
- <primary sortas="a-GtkHTML">GtkHTML</primary>
+ <primary sortas="a-GtkHTML-1">GtkHTML-1</primary>
</indexterm>
<sect2 role="package">
Modified: trunk/BOOK/gnome/otherlibs/libglade14.xml
===================================================================
--- trunk/BOOK/gnome/otherlibs/libglade14.xml 2005-05-22 10:45:25 UTC (rev
4449)
+++ trunk/BOOK/gnome/otherlibs/libglade14.xml 2005-05-22 11:14:32 UTC (rev
4450)
@@ -23,7 +23,7 @@
<title>Libglade-&libglade14-version;</title>
<indexterm zone="libglade14">
- <primary sortas="a-Libglade">Libglade</primary>
+ <primary sortas="a-Libglade-1">Libglade-1</primary>
</indexterm>
<sect2 role="package">
Modified: trunk/BOOK/pst/ps/a2ps.xml
===================================================================
--- trunk/BOOK/pst/ps/a2ps.xml 2005-05-22 10:45:25 UTC (rev 4449)
+++ trunk/BOOK/pst/ps/a2ps.xml 2005-05-22 11:14:32 UTC (rev 4450)
@@ -229,7 +229,7 @@
<para>tries to fix common PostScript problems that break
postprocessing.</para>
<indexterm zone="a2ps fixps">
- <primary sortas="b-fixps"></primary>
+ <primary sortas="b-fixps">fixps</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: trunk/BOOK/xsoft/suites/koffice.xml
===================================================================
--- trunk/BOOK/xsoft/suites/koffice.xml 2005-05-22 10:45:25 UTC (rev 4449)
+++ trunk/BOOK/xsoft/suites/koffice.xml 2005-05-22 11:14:32 UTC (rev 4450)
@@ -190,7 +190,7 @@
<listitem>
<para>is a scriptable spreadsheet program.</para>
<indexterm zone="koffice kspread">
- <primary sortas="b-kspread"></primary>
+ <primary sortas="b-kspread">kspread</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page