git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1167 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-09-22 21:09:58 +00:00
parent dad52e374c
commit 9635613edb
15 changed files with 48 additions and 43 deletions

View File

@ -2,13 +2,6 @@
<?dbhtml filename="glossary.html" dir="appendices"?>
<title>Glossary</title>
<glossdiv><title>Abbreviations</title>
<glossentry id="imon"><glossterm><abbrev>imon</abbrev></glossterm>
<glossdef><para>Inode Monitor</para></glossdef></glossentry>
</glossdiv>
<glossdiv><title>Acronyms</title>
@ -16,7 +9,7 @@
<glossdef><para>Asymmetric Digital Subscriber Line</para></glossdef></glossentry>
<glossentry id="gATK"><glossterm><acronym>ATK</acronym></glossterm>
<glossdef><para>Accessibility Took Kit</para></glossdef></glossentry>
<glossdef><para>Accessibility Tool Kit</para></glossdef></glossentry>
<glossentry id="gBIND"><glossterm><acronym>BIND</acronym></glossterm>
<glossdef><para>Berkeley Internet Name Domain</para></glossdef></glossentry>
@ -65,6 +58,9 @@
<glossentry id="gIDL"><glossterm><acronym>IDL</acronym></glossterm>
<glossdef><para>Interface Definition Language</para></glossdef></glossentry>
<glossentry id="IMON"><glossterm><abbrev>imon</abbrev></glossterm>
<glossdef><para>Inode MONitor</para></glossdef></glossentry>
<glossentry id="gISP"><glossterm><acronym>ISP</acronym></glossterm>
<glossdef><para>Internet Service Provider</para></glossdef></glossentry>
@ -77,6 +73,9 @@
<glossentry id="gLZO"><glossterm><acronym>LZO</acronym></glossterm>
<glossdef><para>Lemple-Ziv-Oberhumer</para></glossdef></glossentry>
<glossentry id="gNASM"><glossterm><acronym>NASM</acronym></glossterm>
<glossdef><para>Netwide ASseMbler</para></glossdef></glossentry>
<glossentry id="gORB"><glossterm><acronym>ORB</acronym></glossterm>
<glossdef><para>Object Request Broker</para><glossseealso
otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
@ -93,6 +92,8 @@ otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
<glossentry id="gRP"><glossterm><acronym>RP</acronym></glossterm>
<glossdef><para>Roaring Penguin</para></glossdef></glossentry>
<glossentry id="gXMMS"><glossterm><acronym>XMMS</acronym></glossterm>
<glossdef><para>X MultiMedia System</para></glossdef></glossentry>
</glossdiv>

View File

@ -1,6 +1,6 @@
<sect1 id="cvs" xreflabel="cvs-&cvs-version;">
<sect1 id="cvs" xreflabel="CVS-&cvs-version;">
<?dbhtml filename="cvs.html" dir="basicnet"?>
<title>cvs-&cvs-version;</title>
<title>CVS-&cvs-version;</title>
&cvs-intro;
&cvs-inst;

View File

@ -1,5 +1,5 @@
<sect2>
<title>Configuring <application>cvs</application></title>
<title>Configuring <application><acronym>CVS</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>~/.cvsrc</filename>, <filename>~/.cvswrappers</filename></para>
@ -7,14 +7,16 @@
<sect3><title>Configuration Information</title>
<para><filename>~/.cvsrc</filename> is the main <application>cvs</application> configuration file.
This file is used by users to specify defaults for different cvs commands, for example to
make all cvs diff commands run with -u, a user would add diff -u to
their <filename>.cvsrc</filename> file.</para>
<para><filename>~/.cvsrc</filename> is the main
<application><acronym>CVS</acronym></application> configuration file.
This file is used by users to specify defaults for different <command>cvs
</command> commands, for example to make all <command>cvs diff</command>
commands run with <userinput>-u</userinput>, a user would add <userinput>
diff -u</userinput> to their <filename>.cvsrc</filename> file.</para>
<para><filename>~/.cvswrappers</filename> specifies wrappers to be used in addition to
those specified in the <filename>CVSROOT/cvswrappers</filename> file in the
repository.</para></sect3>
<para><filename>~/.cvswrappers</filename> specifies wrappers to be used in
addition to those specified in the <filename>CVSROOT/cvswrappers</filename>
file in the repository.</para></sect3>
</sect2>

View File

@ -1,8 +1,9 @@
<sect2>
<title>Contents</title>
<para>The <application><acronym>cvs</acronym></application> package contains <command>cvs</command>, <command>cvsbug</command> and
<command>rcs2log</command>.</para>
<para>The <application><acronym>CVS</acronym></application> package contains
<command>cvs</command>, <command>cvsbug</command> and <command>rcs2log
</command>.</para>
</sect2>

View File

@ -1,5 +1,5 @@
<sect2>
<title>Installation of <application><acronym>cvs</acronym></application></title>
<title>Installation of <application><acronym>CVS</acronym></application></title>
<para>The <filename>cvs-&cvs-version;-zlib.patch</filename> patch is
used to compile <application><acronym>CVS</acronym></application>

View File

@ -1,9 +1,9 @@
<sect2>
<title>Introduction to <application><acronym>cvs</acronym></application></title>
<title>Introduction to <application><acronym>CVS</acronym></application></title>
<para><application><acronym>CVS</acronym></application> is the concurrent versioning system. This is useful for
projects on which multiple people are working or where archives of
previous versions of files need to be kept.</para>
<para><application><acronym>CVS</acronym></application> is the concurrent
versioning system. This is useful for projects on which multiple people are
working or where archives of previous versions of files need to be kept.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>

View File

@ -9,7 +9,7 @@ following commands:</para>
<note><para>You will get warnings about make install being unable to
merge entries in <filename>/etc/rpc</filename>. These can be ignored, along
with any <abbrev>imon</abbrev> or <filename>inetd.conf</filename> warnings,
with any <acronym>IMON</acronym> or <filename>inetd.conf</filename> warnings,
as we will be configuring these files after installation.</para></note>

View File

@ -1,8 +1,8 @@
<sect2>
<title>Contents</title>
<para>The NASM package contains <command>nasm</command> and
<command>ndisasm</command> programs.</para>
<para>The <application><acronym>NASM</acronym></application> package contains <command>nasm
</command> and <command>ndisasm</command> programs.</para>
</sect2>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Installation of <application>NASM</application></title>
<title>Installation of <application><acronym>NASM</acronym></application></title>
<para>Install <application>NASM</application> by running the
<para>Install <application><acronym>NASM</acronym></application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;

View File

@ -1,8 +1,9 @@
<sect2>
<title>Introduction to <application>NASM</application></title>
<title>Introduction to <application><acronym>NASM</acronym></application></title>
<para>NASM (The Netwide Assembler) is an 80x86 assembler designed for
portability and modularity. It includes a disassembler as well.</para>
<para><application><acronym>NASM</acronym></application> (Netwide Assembler) is
an 80x86 assembler designed for portability and modularity. It includes a
disassembler as well.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>

View File

@ -1,6 +1,6 @@
<sect1 id="xmms" xreflabel="xmms-&XMMS-version;">
<sect1 id="xmms" xreflabel="XMMS-&XMMS-version;">
<?dbhtml filename="xmms.html" dir="multimedia"?>
<title>xmms-&XMMS-version;</title>
<title>XMMS-&XMMS-version;</title>
&XMMS-intro;
&XMMS-inst;

View File

@ -1,5 +1,5 @@
<sect2>
<title>Configuring <application>xmms</application></title>
<title>Configuring <application><acronym>XMMS</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>~/.xmms/config</filename></para>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The xmms package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
<para>The <application><acronym>XMMS</acronym></application> package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
</sect2>
@ -16,7 +16,7 @@ skins.</para></sect3>
<sect3><title>xmms-config</title>
<para>This script is used by other programs which need to link with xmms to
retrieve the library and include paths XMMS was compiled with. </para></sect3>
retrieve the library and include paths. </para></sect3>
<sect3><title>gnomexmms</title>
<para>This is an applet for the GNOME desktop environment that will dock into

View File

@ -1,7 +1,7 @@
<sect2>
<title>Installation of <application>XMMS</application></title>
<title>Installation of <application><acronym>XMMS</acronym></application></title>
<para>Install <application>XMMS</application> by running the following commands:
<para>Install <application><acronym>XMMS</acronym></application> by running the following commands:
</para>
<screen><userinput><command>./configure --prefix=/usr --enable-one-plugin-dir &amp;&amp;

View File

@ -1,7 +1,7 @@
<sect2>
<title>Introduction to <application>XMMS</application></title>
<title>Introduction to <application><acronym>XMMS</acronym></application></title>
<para><application>XMMS</application> is an audio player for the
<para><application><acronym>XMMS</acronym></application> is an audio player for the
<application>X</application> Window System. </para>
<sect3><title>Package information</title>
@ -17,7 +17,7 @@ url="&XMMS-download-ftp;"/></para></listitem>
&XMMS-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>XMMS</application> dependencies</title>
<sect3><title><application><acronym>XMMS</acronym></application> dependencies</title>
<sect4><title>Required</title>
<para>a working soundcard, <xref linkend="xfree86"/>, <xref
linkend="GTK"/> and <xref linkend="GLib"/></para></sect4>