Author: manuel
Date: 2005-05-22 04:19:50 -0600 (Sun, 22 May 2005)
New Revision: 4447
Modified:
trunk/BOOK/basicnet/mailnews/fetchmail.xml
trunk/BOOK/basicnet/mailnews/mutt.xml
trunk/BOOK/general/genlib/glib.xml
trunk/BOOK/general/graphlib/fontconfig.xml
trunk/BOOK/general/prog/ruby.xml
trunk/BOOK/general/sysutils/sysstat.xml
trunk/BOOK/introduction/welcome/maillists.xml
trunk/BOOK/multimedia/libdriv/xine-lib.xml
trunk/BOOK/postlfs/config/bootdisk.xml
trunk/BOOK/x/lib/libxklavier.xml
Log:
Removed remaining acronym tags.
Modified: trunk/BOOK/basicnet/mailnews/fetchmail.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/fetchmail.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/basicnet/mailnews/fetchmail.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -14,26 +14,26 @@
<sect1 id="fetchmail" xreflabel="Fetchmail">
<?dbhtml filename="fetchmail.html"?>
-
+
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
-
+
<title>Fetchmail-&fetchmail-version;</title>
-
+
<indexterm zone="fetchmail">
<primary sortas="a-Fetchmail">Fetchmail</primary>
</indexterm>
-
+
<sect2 role="package">
<title>Introduction to Fetchmail</title>
-
+
<para>The <application>Fetchmail</application> package contains a mail
retrieval program. "It retrieves mail from remote mail servers and
forwards it to your local (client) machine's delivery system, so it can
then be
read by normal mail user agents." </para>
-
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
@@ -55,103 +55,103 @@
<para>Estimated build time: &fetchmail-time;</para>
</listitem>
</itemizedlist>
-
+
<bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
-
+
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="openssl"/> and a local MDA (<xref
linkend="procmail"/>)</para>
-
+
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="python"/> and <xref linkend="tk"/></para>
-
+
</sect2>
-
+
<sect2 role="installation">
<title>Installation of Fetchmail</title>
-
- <para>Install <application>Fetchmail</application> by running the
following
+
+ <para>Install <application>Fetchmail</application> by running the following
commands:</para>
-
+
<screen><userinput>./configure --prefix=/usr --with-ssl
--enable-fallback=procmail &&
make &&
make install</userinput></screen>
-
+
</sect2>
-
+
<sect2 role="commands">
<title>Command Explanations</title>
-
- <para><parameter>--with-ssl</parameter>: This enables SSL if found, so
that
+
+ <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
you can handle connections to secure POP3 and IMAP servers.</para>
-
+
<para><parameter>--enable-fallback=procmail</parameter>: This tells
<application>Fetchmail</application> to hand incoming mail to
<application>Procmail</application> for delivery if your port 25 mail
server is
not present or not responding.</para>
-
+
</sect2>
-
+
<sect2 role="configuration">
<title>Configuring Fetchmail</title>
-
+
<sect3 id="fetchmail-config">
<title>Config Files</title>
-
+
<para><filename>~/.fetchmailrc</filename></para>
-
+
<indexterm zone="fetchmail fetchmail-config">
<primary sortas="e-AA.fetchmailrc">~/.fetchmailrc</primary>
</indexterm>
-
+
</sect3>
-
+
<sect3>
<title>Configuration Information</title>
-
+
<screen><userinput>cat > ~/.fetchmailrc << "EOF"
<literal>set logfile /var/log/fetchmail.log
set no bouncemail
set postmaster root
-
-poll SERVERNAME :
+
+poll SERVERNAME :
user <replaceable>[username]</replaceable> pass
<replaceable>[password]</replaceable>;
mda "/usr/bin/procmail -f %F -d %T";</literal>
EOF
-
+
chmod -v 0600 ~/.fetchmailrc</userinput></screen>
-
- <para>This is an example configuration that should suffice for most
people.
+
+ <para>This is an example configuration that should suffice for most
people.
You can add as many users and servers as you need using the same
syntax.</para>
-
+
<para><command>man fetchmail</command>: Look for the section near
- the bottom named <emphasis role="strong">CONFIGURATION
EXAMPLES</emphasis>. It
- gives some quick examples. There are countless other config options once
+ the bottom named <emphasis role="strong">CONFIGURATION
EXAMPLES</emphasis>. It
+ gives some quick examples. There are countless other config options once
you get used to it.</para>
-
+
</sect3>
-
+
</sect2>
-
+
<sect2 role="content">
<title>Contents</title>
-
+
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
-
+
<seglistitem>
<seg>fetchmail and fetchmailconf</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="fetchmail-prog">
<term><command>fetchmail</command></term>
<listitem>
@@ -162,12 +162,12 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="fetchmailconf">
<term><command>fetchmailconf</command></term>
<listitem>
<para>this program provides a <application>Tk</application>
- <acronym>GUI</acronym> interface to your
<filename>~/.fetchmailrc</filename>
+ GUI interface to your <filename>~/.fetchmailrc</filename>
file making it much easier to configure. However, you will require
<application>Python</application>, and it must have the Tkinker
module
available.</para>
@@ -176,9 +176,9 @@
</indexterm>
</listitem>
</varlistentry>
-
+
</variablelist>
-
+
</sect2>
-
+
</sect1>
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -14,20 +14,20 @@
<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
<?dbhtml filename="mutt.html"?>
-
+
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
-
+
<title>Mutt-&mutt-version;</title>
-
+
<sect2 role="package">
<title>Introduction to Mutt</title>
-
- <para>The <application>Mutt</application> package contains a Mail User
Agent.
+
+ <para>The <application>Mutt</application> package contains a Mail User
Agent.
This is useful for reading, writing, replying to, saving, and deleting
your email.</para>
-
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
@@ -49,9 +49,9 @@
<para>Estimated build time: &mutt-time;</para>
</listitem>
</itemizedlist>
-
+
<bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
-
+
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gnupg"/>,
<xref linkend="ispell"/>,
@@ -60,108 +60,108 @@
<xref linkend="openssl"/>,
<xref linkend="slang"/> and
<ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
-
+
</sect2>
-
+
<sect2 role="installation">
<title>Installation of Mutt</title>
-
- <para><application>Mutt</application> requires a group named
- <systemitem class="groupname">mail</systemitem>. You can
+
+ <para><application>Mutt</application> requires a group named
+ <systemitem class="groupname">mail</systemitem>. You can
add this group, if it does not exist, with this command:</para>
-
+
<screen role="root"><userinput>groupadd mail</userinput></screen>
-
- <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
- <xref linkend="sendmail"/>, you need to modify the ownership of
+
+ <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
+ <xref linkend="sendmail"/>, you need to modify the ownership of
<filename class="directory">/var/mail</filename> with this command:</para>
-
+
<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
-
- <para>Install <application>Mutt</application> by running the following
+
+ <para>Install <application>Mutt</application> by running the following
commands:</para>
-
+
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--enable-pop --enable-imap &&
make &&
make install</userinput></screen>
-
+
</sect2>
-
+
<sect2 role="commands">
<title>Command Explanations</title>
-
+
<para><parameter>--enable-pop</parameter>: This switch enables
- <acronym>POP</acronym>3 support.</para>
-
+ POP3 support.</para>
+
<para><parameter>--enable-imap</parameter>: This switch enables
- <acronym>IMAP</acronym> support.</para>
-
+ IMAP support.</para>
+
</sect2>
-
+
<sect2 role="configuration">
<title>Configuring Mutt</title>
-
+
<sect3 id="mutt-config">
<title>Config Files</title>
-
+
<para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
<filename>/etc/mime.types</filename>,
<filename>~/.mime.types</filename></para>
-
+
<indexterm zone="mutt mutt-config">
<primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
</indexterm>
-
+
<indexterm zone="mutt mutt-config">
<primary sortas="e-AA.muttrc">~/.muttrc</primary>
</indexterm>
-
+
<indexterm zone="mutt mutt-config">
<primary sortas="e-etc-mime.types">/etc/mime.types</primary>
</indexterm>
-
+
<indexterm zone="mutt mutt-config">
<primary sortas="e-AA.mime.types">~/.mime.types</primary>
</indexterm>
-
+
</sect3>
-
+
<sect3>
<title>Configuration Information</title>
-
+
<para>No changes in these files are necessary to begin using
- <application>Mutt</application>. When you are ready to make changes,
the
+ <application>Mutt</application>. When you are ready to make changes, the
man page for <filename>muttrc</filename> is a good starting place.</para>
-
- <para>In order to utilize <application>GnuPG</application>, use the
following
+
+ <para>In order to utilize <application>GnuPG</application>, use the
following
command:</para>
-
+
<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc >>
~/.muttrc</userinput></screen>
-
+
</sect3>
-
+
</sect2>
-
+
<sect2 role="content">
<title>Contents</title>
-
+
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
-
+
<seglistitem>
<seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</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="flea">
<term><command>flea</command></term>
<listitem>
@@ -171,7 +171,7 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="mutt-prog">
<term><command>mutt</command></term>
<listitem>
@@ -182,7 +182,7 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="mutt_dotlock">
<term><command>mutt_dotlock</command></term>
<listitem>
@@ -192,7 +192,7 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="muttbug">
<term><command>muttbug</command></term>
<listitem>
@@ -202,9 +202,9 @@
</indexterm>
</listitem>
</varlistentry>
-
+
</variablelist>
-
+
</sect2>
-
+
</sect1>
Modified: trunk/BOOK/general/genlib/glib.xml
===================================================================
--- trunk/BOOK/general/genlib/glib.xml 2005-05-22 10:08:59 UTC (rev 4446)
+++ trunk/BOOK/general/genlib/glib.xml 2005-05-22 10:19:50 UTC (rev 4447)
@@ -14,14 +14,14 @@
<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
<?dbhtml filename="glib.html"?>
-
+
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
-
+
<title>GLib-&GLib-version;</title>
-
+
<indexterm zone="GLib">
<primary sortas="a-GLib-1">GLib-1</primary>
</indexterm>
@@ -33,7 +33,7 @@
library. This is useful for providing data structure handling for C,
portability wrappers and interfaces for such runtime functionality as an
event
loop, threads, dynamic loading, and an object system.</para>
-
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -55,36 +55,36 @@
<para>Estimated build time: &GLib-time;</para>
</listitem>
</itemizedlist>
-
+
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
- <para>Required patch: <ulink
+ <para>Required patch: <ulink
url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
</listitem>
</itemizedlist>
-
+
</sect2>
-
+
<sect2 role="installation">
<title>Installation of GLib</title>
- <para>Install <application>glib</application> by running the following
+ <para>Install <application>glib</application> by running the following
commands:</para>
<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch
&&
./configure --prefix=/usr &&
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 &&
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
-
+
</sect2>
-
+
<sect2 role="content">
<title>Contents</title>
@@ -92,42 +92,42 @@
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
-
+
<seglistitem>
<seg>glib-config</seg>
<seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg>
<seg>/usr/include/glib-1.2 and /usr/lib/glib</seg>
</seglistitem>
</segmentedlist>
-
+
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
-
+
<varlistentry id="glib-config">
<term><command>glib-config</command></term>
<listitem>
- <para>is a tool that is used by <command>configure</command> scripts
- to determine the compiler and linker flags that should be used to
compile and
+ <para>is a tool that is used by <command>configure</command> scripts
+ to determine the compiler and linker flags that should be used to
compile and
link programs that use <application>GLib</application>.</para>
<indexterm zone="GLib glib-config">
<primary sortas="b-glib-config">glib-config</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="libglib">
<term><filename class='libraryfile'>libglib.[so,a]</filename></term>
<listitem>
- <para>libraries contain a low-level core library for the
- <application><acronym>GIMP</acronym></application> Toolkit.</para>
+ <para>libraries contain a low-level core library for the
+ <application>GIMP</application> Toolkit.</para>
<indexterm zone="GLib libglib">
<primary sortas="c-libglib">libglib.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
</variablelist>
</sect2>
Modified: trunk/BOOK/general/graphlib/fontconfig.xml
===================================================================
--- trunk/BOOK/general/graphlib/fontconfig.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/general/graphlib/fontconfig.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -15,24 +15,24 @@
<sect1 id="fontconfig" xreflabel="Fontconfig-&fontconfig-version;">
<?dbhtml filename="fontconfig.html"?>
-
+
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
-
+
<title>Fontconfig-&fontconfig-version;</title>
-
+
<indexterm zone="fontconfig">
<primary sortas="a-Fontconfig">Fontconfig</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Fontconfig</title>
-
+
<para>The <application>Fontconfig</application> package is a library
for configuring and customizing font access.</para>
-
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -56,91 +56,91 @@
</itemizedlist>
<note>
- <para>The numbering system of <application>Fontconfig</application> is
- unusual. The beta versions of the package are numbered with a 9x in the
last
- portion of the release number. This means that 2.3.90 is a beta release
and
+ <para>The numbering system of <application>Fontconfig</application> is
+ unusual. The beta versions of the package are numbered with a 9x in the
last
+ portion of the release number. This means that 2.3.90 is a beta release
and
the most current release is of the form 2.3.1</para>
</note>
-
+
<bridgehead renderas="sect3">Fontconfig Dependencies</bridgehead>
-
+
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="freetype2"/> and <xref linkend="expat"/></para>
-
+
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="docbook-utils"/></para>
<note>
- <para>If you have <application>DocBook-utils</application> installed,
- you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii
installed
+ <para>If you have <application>DocBook-utils</application> installed,
+ you must also have <xref linkend="perl-modules"/>: SGMLSpm-1.03ii
installed
also, or the <application>Fontconfig</application> build will
fail.</para>
</note>
-
+
</sect2>
-
+
<sect2 role="installation">
<title>Installation of Fontconfig</title>
- <para>Install <application>Fontconfig</application> by running the
following
+ <para>Install <application>Fontconfig</application> by running the
following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc --disable-docs &&
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="commands">
<title>Command Explanations</title>
- <para><parameter>--disable-docs</parameter>: This switch avoids building
the
- documentation. If you wish to build the documentation using
- <application>DocBook-utils</application>, you may need to remove the
- <application>OpenSP</application> catalog definitions from the system
- <acronym>SGML</acronym> catalogs. Use the following command before
building
+ <para><parameter>--disable-docs</parameter>: This switch avoids building
the
+ documentation. If you wish to build the documentation using
+ <application>DocBook-utils</application>, you may need to remove the
+ <application>OpenSP</application> catalog definitions from the system
+ SGML catalogs. Use the following command before building
the package to accomplish this:</para>
<screen role="root"><userinput>sed -i.orig \
-e "\%CATALOG /etc/sgml/OpenSP-1.5.1.cat%d" \
/etc/sgml/catalog \
/etc/sgml/sgml-docbook.cat</userinput></screen>
-
+
</sect2>
-
+
<sect2 role="configuration">
<title>Configuring Fontconfig</title>
<sect3 id="fontconfig-config">
<title>Config Files</title>
-
+
<para><filename>/etc/fonts/* and /etc/fonts/conf.d/*</filename></para>
-
+
<indexterm zone="fontconfig fontconfig-config">
<primary sortas="e-etc-fonts">/etc/fonts/*</primary>
</indexterm>
-
+
<indexterm zone="fontconfig fontconfig-config">
<primary sortas="e-etc-fonts-conf.d">/etc/fonts/conf.d/*</primary>
</indexterm>
-
+
</sect3>
<sect3>
<title>Configuration Information</title>
-
- <para>The configuration file for <application>Fontconfig</application>
is
- <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to
edit
- this file. To put a new font directory in the configuration, create (or
- update) the <filename>/etc/fonts/local.conf</filename> file with your
local
- information. The default location of fonts in
+
+ <para>The configuration file for <application>Fontconfig</application> is
+ <filename>/etc/fonts/fonts.conf</filename>. Generally you do not want to
edit
+ this file. To put a new font directory in the configuration, create (or
+ update) the <filename>/etc/fonts/local.conf</filename> file with your
local
+ information. The default location of fonts in
<application>Fontconfig</application> is:</para>
-
+
<itemizedlist spacing='compact'>
<listitem>
<para>/usr/share/fonts</para>
@@ -149,28 +149,28 @@
<para>~/.fonts</para>
</listitem>
</itemizedlist>
-
+
<indexterm zone="fontconfig fontconfig-config">
<primary sortas="g-usr-share-fonts">/usr/share/fonts</primary>
</indexterm>
-
+
<indexterm zone="fontconfig fontconfig-config">
<primary sortas="g-AA.fonts">~/.fonts</primary>
</indexterm>
-
+
<note>
<para><application>X</application> also includes an internal (and
- older) version of <application>Fontconfig</application> and unless it
is
- explicitly disabled when building <application>Xorg</application> or
- <application>XFree86</application>, the internal version is created
leaving
- two slightly incompatible libraries on your system. It is recommended
that
+ older) version of <application>Fontconfig</application> and unless it
is
+ explicitly disabled when building <application>Xorg</application> or
+ <application>XFree86</application>, the internal version is created
leaving
+ two slightly incompatible libraries on your system. It is recommended
that
you only install one version.</para>
</note>
-
+
</sect3>
-
+
</sect2>
-
+
<sect2 role="content">
<title>Contents</title>
@@ -178,19 +178,19 @@
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
-
+
<seglistitem>
<seg>fc-cache, fc-list, and fc-match</seg>
<seg>libfontconfig.[so,a]</seg>
<seg>/etc/fonts and /usr/include/fontconfig</seg>
</seglistitem>
</segmentedlist>
-
+
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
-
+
<varlistentry id="fc-cache">
<term><command>fc-cache</command></term>
<listitem>
@@ -200,7 +200,7 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="fc-list">
<term><command>fc-list</command></term>
<listitem>
@@ -210,30 +210,30 @@
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="fc-match">
<term><command>fc-match</command></term>
<listitem>
- <para>is used to match available fonts, or find fonts that match
+ <para>is used to match available fonts, or find fonts that match
a given pattern.</para>
<indexterm zone="fontconfig fc-match">
<primary sortas="b-fc-match">fc-match</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
<varlistentry id="libfontconfig">
<term><filename
class='libraryfile'>libfontconfig.[so,a]</filename></term>
<listitem>
- <para>contains functions used by the
- <application>Fontconfig</application> programs and also by other
+ <para>contains functions used by the
+ <application>Fontconfig</application> programs and also by other
programs to configure or customize font access.</para>
<indexterm zone="fontconfig libfontconfig">
<primary sortas="c-libfontconfig">libfontconfig.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
-
+
</variablelist>
</sect2>
Modified: trunk/BOOK/general/prog/ruby.xml
===================================================================
--- trunk/BOOK/general/prog/ruby.xml 2005-05-22 10:08:59 UTC (rev 4446)
+++ trunk/BOOK/general/prog/ruby.xml 2005-05-22 10:19:50 UTC (rev 4447)
@@ -58,9 +58,9 @@
<bridgehead renderas="sect3">Ruby Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="openssl"/>,
- <xref linkend="tk"/>,
- <xref linkend="db"/>,
+ <para><xref linkend="openssl"/>,
+ <xref linkend="tk"/>,
+ <xref linkend="db"/>,
<xref linkend="gdbm"/></para>
</sect2>
@@ -68,7 +68,7 @@
<sect2 role="installation">
<title>Installation of Ruby</title>
- <para>Install <application>Ruby</application> by running the following
+ <para>Install <application>Ruby</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --enable-shared \
@@ -84,10 +84,10 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--enable-shared</parameter>: This parameter builds the
+ <para><parameter>--enable-shared</parameter>: This parameter builds the
<filename class='libraryfile'>libruby</filename> shared library.</para>
- <para><parameter>--enable-pthread</parameter>: This parameter links the
+ <para><parameter>--enable-pthread</parameter>: This parameter links the
threading library into the <application>Ruby</application> build.</para>
</sect2>
@@ -102,7 +102,7 @@
<seglistitem>
<seg>ruby, irb, erb, rdoc, ri, and testrb</seg>
- <seg>libruby.so and numerous modules located in the
+ <seg>libruby.so and numerous modules located in the
<filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
<seg>/usr/lib/ruby and /usr/share/ri</seg>
</seglistitem>
@@ -160,7 +160,7 @@
<varlistentry id="libruby">
<term><filename role="library">libruby.so</filename></term>
<listitem>
- <para>contains the <acronym>API</acronym> functions required
+ <para>contains the API functions required
by <application>Ruby</application>.</para>
<indexterm zone="ruby libruby">
<primary sortas="c-libruby">libruby.so</primary>
Modified: trunk/BOOK/general/sysutils/sysstat.xml
===================================================================
--- trunk/BOOK/general/sysutils/sysstat.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/general/sysutils/sysstat.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -29,10 +29,10 @@
<sect2 role="package">
<title>Introduction to Sysstat</title>
- <para>The <application>Sysstat</application> package contains utilities
- to monitor system performance and usage activity.
- <application>Sysstat</application> contains the <command>sar</command>
- utility, common to many commercial Unixes, and tools you can schedule via
+ <para>The <application>Sysstat</application> package contains utilities
+ to monitor system performance and usage activity.
+ <application>Sysstat</application> contains the <command>sar</command>
+ utility, common to many commercial Unixes, and tools you can schedule via
cron to collect and historize performance and activity data.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -67,7 +67,7 @@
<sect2 role="installation">
<title>Installation of Sysstat</title>
- <para>Install <application>Sysstat</application> by running the
+ <para>Install <application>Sysstat</application> by running the
following commands:</para>
<screen><userinput>make config &&
@@ -82,14 +82,14 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>make config</command>: Runs the interactive configuration
- process. The first question prompts you for an
- <quote><computeroutput>Installation directory</computeroutput></quote>.
- Reply with <filename class="directory">/usr</filename>, as this is
equivalent to
- <application>Autoconf</application>'s <option>--prefix=/usr</option>
parameter
- to <command>configure</command>. For all other prompts, you may
- press <keycap>Enter</keycap> to accept the (very sane) defaults. When
- prompted for <quote><computeroutput>Number of daily data files to keep:
+ <para><command>make config</command>: Runs the interactive configuration
+ process. The first question prompts you for an
+ <quote><computeroutput>Installation directory</computeroutput></quote>.
+ Reply with <filename class="directory">/usr</filename>, as this is
equivalent to
+ <application>Autoconf</application>'s <option>--prefix=/usr</option>
parameter
+ to <command>configure</command>. For all other prompts, you may
+ press <keycap>Enter</keycap> to accept the (very sane) defaults. When
+ prompted for <quote><computeroutput>Number of daily data files to keep:
[7]</computeroutput></quote>, you may wish to keep a larger number of
files.
However, don't exceed 25 because <application>Sysstat</application> will
resuse existing files the next month, leading to erroneous daily
reports.</para>
@@ -102,11 +102,11 @@
<sect3>
<title>Cron Information</title>
- <para>To begin gathering <application>Sysstat</application> history
- information, you must add to, or create a privileged user's crontab. The
- default history data location is
- <filename class="directory">/var/log/sa</filename>. The user running
- <application>Sysstat</application> utilities via cron must have write
+ <para>To begin gathering <application>Sysstat</application> history
+ information, you must add to, or create a privileged user's crontab. The
+ default history data location is
+ <filename class="directory">/var/log/sa</filename>. The user running
+ <application>Sysstat</application> utilities via cron must have write
access to this location.</para>
<para>Below is an example of what to install in the crontab. Adjust the
@@ -115,13 +115,13 @@
<screen><literal># 8am-7pm activity reports every 10 minutes during weekdays
0 8-18 * * 1-5 /usr/lib/sa/sa1 600 6 &
-
+
# 7pm-8am activity reports every hour during weekdays
0 19-7 * * 1-5 /usr/lib/sa/sa1 &
-
+
# Activity reports every hour on Saturday and Sunday
0 * * * 0,6 /usr/lib/sa/sa1 &
-
+
# Daily summary prepared at 19:05
5 19 * * * /usr/lib/sa/sa2 -A &</literal></screen>
@@ -136,10 +136,10 @@
<primary sortas="f-sysstat">sysstat</primary>
</indexterm>
- <para>At system startup, a LINUX RESTART message must be inserted in the
daily
+ <para>At system startup, a LINUX RESTART message must be inserted in the
daily
data file to reinitialize the kernel counters. This can be automated by
- installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
- included in the <xref linkend="intro-important-bootscripts"/> package
using
+ installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
+ included in the <xref linkend="intro-important-bootscripts"/> package
using
the following command:</para>
<screen role="root"><userinput>make install-sysstat</userinput></screen>
@@ -171,7 +171,7 @@
<varlistentry id="iostat">
<term><command>iostat</command></term>
<listitem>
- <para>reports <acronym>CPU</acronym> statistics and input/output
+ <para>reports CPU statistics and input/output
statistics for devices and partitions.</para>
<indexterm zone="sysstat iostat">
<primary sortas="b-iostat">iostat</primary>
@@ -202,8 +202,8 @@
<varlistentry id="sa1">
<term><command>sa1</command></term>
<listitem>
- <para>collects and stores binary data in the system activity daily
- data file. It is a front end to <filename>sadc</filename> designed
to be run
+ <para>collects and stores binary data in the system activity daily
+ data file. It is a front end to <filename>sadc</filename> designed
to be run
from cron.</para>
<indexterm zone="sysstat sa1">
<primary sortas="b-sa1">sa1</primary>
@@ -214,7 +214,7 @@
<varlistentry id="sa2">
<term><command>sa2</command></term>
<listitem>
- <para>writes a summarized daily activity report. It is a front end
+ <para>writes a summarized daily activity report. It is a front end
to <command>sar</command> designed to be run from cron.</para>
<indexterm zone="sysstat sa2">
<primary sortas="b-sa2">sa2</primary>
@@ -225,7 +225,7 @@
<varlistentry id="sadc">
<term><command>sadc</command></term>
<listitem>
- <para>is the system activity data collector, used as a backend for
+ <para>is the system activity data collector, used as a backend for
<command>sar</command>.</para>
<indexterm zone="sysstat sadc">
<primary sortas="b-sadc">sadc</primary>
Modified: trunk/BOOK/introduction/welcome/maillists.xml
===================================================================
--- trunk/BOOK/introduction/welcome/maillists.xml 2005-05-22 10:08:59 UTC
(rev 4446)
+++ trunk/BOOK/introduction/welcome/maillists.xml 2005-05-22 10:19:50 UTC
(rev 4447)
@@ -16,9 +16,8 @@
<title>Mailing Lists</title>
<para>The linuxfromscratch.org server is hosting a number of mailing
- lists that are used for the development of the <acronym>BLFS</acronym>.
- These lists include, among others, the main development and support
- lists.</para>
+ lists that are used for the development of the BLFS. These lists include,
+ among others, the main development and support lists.</para>
<para>For more information regarding which lists are available, how to
subscribe to them, archive locations, etc. visit <ulink
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -29,8 +29,8 @@
<sect2 role="package">
<title>Introduction to Xine Libraries</title>
- <para>The <application>xine Libraries</application> package contains xine
- libraries. These are useful for interfacing with external plug-ins that
allow
+ <para>The <application>xine Libraries</application> package contains xine
+ libraries. These are useful for interfacing with external plug-ins that
allow
the flow of information from the source to the screen and speakers.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -55,11 +55,11 @@
</listitem>
</itemizedlist>
-<!--
+<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
- <para><ulink
+ <para><ulink
url="&patch-root;/xine-lib-&xine-lib-version;-discover_smb-1.patch"/></para>
</listitem>
</itemizedlist>
@@ -68,34 +68,34 @@
<bridgehead renderas="sect3">Xine Libraries Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
- <xref linkend="esound"/> or <acronym>OSS</acronym> or
+ <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
+ <xref linkend="esound"/> or OSS or
<xref linkend="alsa"/> or <xref linkend="arts"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="pkgconfig"/>,
- <xref linkend="ffmpeg"/>,
- <xref linkend="aalib"/>,
- <xref linkend="libmng"/>,
- <xref linkend="sdl"/>,
- <xref linkend="flac"/>,
- <xref linkend="libfame"/>,
- <xref linkend="libogg"/>,
- <xref linkend="libvorbis"/>,
- <xref linkend="speex"/>,
- <xref linkend="freeglut"/>,
- <xref linkend="gnome-vfs"/>,
- <xref linkend="samba3"/>,
- <ulink url="http://www.directfb.org/">DirectFB</ulink>,
- <ulink url="http://www.theora.org/">Theora</ulink>,
- <ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
- <ulink url="http://www.libstk.org/">LibSTK</ulink>,
- <ulink
- url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
- <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
- <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
- <ulink
-
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
+ <para><xref linkend="pkgconfig"/>,
+ <xref linkend="ffmpeg"/>,
+ <xref linkend="aalib"/>,
+ <xref linkend="libmng"/>,
+ <xref linkend="sdl"/>,
+ <xref linkend="flac"/>,
+ <xref linkend="libfame"/>,
+ <xref linkend="libogg"/>,
+ <xref linkend="libvorbis"/>,
+ <xref linkend="speex"/>,
+ <xref linkend="freeglut"/>,
+ <xref linkend="gnome-vfs"/>,
+ <xref linkend="samba3"/>,
+ <ulink url="http://www.directfb.org/">DirectFB</ulink>,
+ <ulink url="http://www.theora.org/">Theora</ulink>,
+ <ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
+ <ulink url="http://www.libstk.org/">LibSTK</ulink>,
+ <ulink
+ url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
+ <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
+ <ulink url="http://sourceforge.net/projects/dvd/">libdvdnav</ulink>,
+ <ulink
+
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
</sect2>
@@ -103,7 +103,7 @@
<sect2 role="installation">
<title>Installation of Xine Libraries</title>
- <para>Install <application>xine Libraries</application> by running the
+ <para>Install <application>xine Libraries</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &&
@@ -127,9 +127,9 @@
<seglistitem>
<seg>xine-config</seg>
<seg>libxine.so and numerous plugin modules and video extensions</seg>
- <seg>Output display engine fonts located in
+ <seg>Output display engine fonts located in
/usr/share/xine/libxine1/fonts</seg>
- <seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
+ <seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
/usr/share/doc/xine</seg>
</seglistitem>
</segmentedlist>
@@ -142,7 +142,7 @@
<varlistentry id="xine-config">
<term><command>xine-config</command></term>
<listitem>
- <para>provides information to programs trying to link with the
+ <para>provides information to programs trying to link with the
<application>xine</application> libraries.</para>
<indexterm zone="xine-lib xine-config">
<primary sortas="b-xine-config">xine-config</primary>
Modified: trunk/BOOK/postlfs/config/bootdisk.xml
===================================================================
--- trunk/BOOK/postlfs/config/bootdisk.xml 2005-05-22 10:08:59 UTC (rev
4446)
+++ trunk/BOOK/postlfs/config/bootdisk.xml 2005-05-22 10:19:50 UTC (rev
4447)
@@ -27,13 +27,13 @@
drive <emphasis>will</emphasis> be available is a risky presumption.</para>
<para>In a modern system, there are many devices that can be
- used as a rescue device: floppy, cdrom, usb drive, or even a network card.
+ used as a rescue device: floppy, cdrom, usb drive, or even a network card.
Which one you use depends on your hardware and your BIOS. In the past,
we usually thought of rescue device as a floppy disk. Today, many
systems do not even have a floppy drive.</para>
- <para>Building a complete rescue device is a challenging task. In many
- ways, it is equivalent to building an entire <acronym>LFS</acronym> system.
+ <para>Building a complete rescue device is a challenging task. In many
+ ways, it is equivalent to building an entire LFS system.
In addition, it would be a repitition of information already available.
For these reasons, the procedures for a rescue device image are not
presented here.</para>
@@ -57,10 +57,10 @@
<para>There are several sources that can be used for a rescue CD-ROM.
Just about any commercial distribution's installation CD-ROMs or
- DVDs will work. These include RedHat, Mandrake, and SuSE. One
+ DVDs will work. These include RedHat, Mandrake, and SuSE. One
very popular option is Knoppix.</para>
- <para>In addition, the LFS Community has developed its own Boot
+ <para>In addition, the LFS Community has developed its own Boot
CD-ROM available at <ulink url='ftp://anduin.linuxfromscratch.org/isos/'/>.
A copy of this CD-ROM is available with the printed version of the Linux
From Scratch book. If you download the ISO image, use <xref
linkend='cdrecord'/> to
Modified: trunk/BOOK/x/lib/libxklavier.xml
===================================================================
--- trunk/BOOK/x/lib/libxklavier.xml 2005-05-22 10:08:59 UTC (rev 4446)
+++ trunk/BOOK/x/lib/libxklavier.xml 2005-05-22 10:19:50 UTC (rev 4447)
@@ -105,7 +105,7 @@
<varlistentry id="libxklavier-lib">
<term><filename
class='libraryfile'>libxklavier.[so,a]</filename></term>
<listitem>
- <para>contains <acronym>XKB</acronym> utility functions.</para>
+ <para>contains XKB utility functions.</para>
<indexterm zone="libxklavier libxklavier-lib">
<primary sortas="c-libxklavier">libxklavier.[so,a]</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page