Changeset 9635613


Ignore:
Timestamp:
09/22/2003 09:09:58 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f07203c5
Parents:
dad52e3
Message:

acronym

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

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    rdad52e3 r9635613  
    22<?dbhtml filename="glossary.html" dir="appendices"?>
    33<title>Glossary</title>
    4 
    5 <glossdiv><title>Abbreviations</title>
    6 
    7 <glossentry id="imon"><glossterm><abbrev>imon</abbrev></glossterm>
    8 <glossdef><para>Inode Monitor</para></glossdef></glossentry>
    9 
    10 </glossdiv>
    114
    125
     
    1710
    1811<glossentry id="gATK"><glossterm><acronym>ATK</acronym></glossterm>
    19 <glossdef><para>Accessibility Took Kit</para></glossdef></glossentry>
     12<glossdef><para>Accessibility Tool Kit</para></glossdef></glossentry>
    2013
    2114<glossentry id="gBIND"><glossterm><acronym>BIND</acronym></glossterm>
     
    6659<glossdef><para>Interface Definition Language</para></glossdef></glossentry>
    6760
     61<glossentry id="IMON"><glossterm><abbrev>imon</abbrev></glossterm>
     62<glossdef><para>Inode MONitor</para></glossdef></glossentry>
     63
    6864<glossentry id="gISP"><glossterm><acronym>ISP</acronym></glossterm>
    6965<glossdef><para>Internet Service Provider</para></glossdef></glossentry>
     
    7773<glossentry id="gLZO"><glossterm><acronym>LZO</acronym></glossterm>
    7874<glossdef><para>Lemple-Ziv-Oberhumer</para></glossdef></glossentry>
     75
     76<glossentry id="gNASM"><glossterm><acronym>NASM</acronym></glossterm>
     77<glossdef><para>Netwide ASseMbler</para></glossdef></glossentry>
    7978
    8079<glossentry id="gORB"><glossterm><acronym>ORB</acronym></glossterm>
     
    9493<glossdef><para>Roaring Penguin</para></glossdef></glossentry>
    9594
     95<glossentry id="gXMMS"><glossterm><acronym>XMMS</acronym></glossterm>
     96<glossdef><para>X MultiMedia System</para></glossdef></glossentry>
    9697
    9798</glossdiv>
  • basicnet/netprogs/cvs.xml

    rdad52e3 r9635613  
    1 <sect1 id="cvs" xreflabel="cvs-&cvs-version;">
     1<sect1 id="cvs" xreflabel="CVS-&cvs-version;">
    22<?dbhtml filename="cvs.html" dir="basicnet"?>
    3 <title>cvs-&cvs-version;</title>
     3<title>CVS-&cvs-version;</title>
    44
    55&cvs-intro;
  • basicnet/netprogs/cvs/cvs-config.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Configuring <application>cvs</application></title>
     2<title>Configuring <application><acronym>CVS</acronym></application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para><filename>~/.cvsrc</filename> is the main <application>cvs</application> configuration file.
    11 This file is used by users to specify defaults for different cvs commands, for example to
    12 make all cvs diff commands run with -u, a user would add diff -u to
    13 their <filename>.cvsrc</filename> file.</para>
     10<para><filename>~/.cvsrc</filename> is the main
     11<application><acronym>CVS</acronym></application> configuration file.
     12This file is used by users to specify defaults for different <command>cvs
     13</command> commands, for example to make all <command>cvs diff</command>
     14commands run with <userinput>-u</userinput>, a user would add <userinput>
     15diff -u</userinput> to their <filename>.cvsrc</filename> file.</para>
    1416
    15 <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in addition to
    16 those specified in the <filename>CVSROOT/cvswrappers</filename> file in the
    17 repository.</para></sect3>
     17<para><filename>~/.cvswrappers</filename> specifies wrappers to be used in
     18addition to those specified in the <filename>CVSROOT/cvswrappers</filename>
     19file in the repository.</para></sect3>
    1820
    1921</sect2>
  • basicnet/netprogs/cvs/cvs-desc.xml

    rdad52e3 r9635613  
    22<title>Contents</title>
    33
    4 <para>The <application><acronym>cvs</acronym></application> package contains <command>cvs</command>, <command>cvsbug</command> and
    5 <command>rcs2log</command>.</para>
     4<para>The <application><acronym>CVS</acronym></application> package contains
     5<command>cvs</command>, <command>cvsbug</command> and <command>rcs2log
     6</command>.</para>
    67
    78</sect2>
  • basicnet/netprogs/cvs/cvs-inst.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Installation of <application><acronym>cvs</acronym></application></title>
     2<title>Installation of <application><acronym>CVS</acronym></application></title>
    33
    44<para>The <filename>cvs-&cvs-version;-zlib.patch</filename> patch is
  • basicnet/netprogs/cvs/cvs-intro.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Introduction to <application><acronym>cvs</acronym></application></title>
     2<title>Introduction to <application><acronym>CVS</acronym></application></title>
    33
    4 <para><application><acronym>CVS</acronym></application> is the concurrent versioning system. This is useful for
    5 projects on which multiple people are working or where archives of
    6 previous versions of files need to be kept.</para>
     4<para><application><acronym>CVS</acronym></application> is the concurrent
     5versioning system. This is useful for projects on which multiple people are
     6working or where archives of previous versions of files need to be kept.</para>
    77
    88<sect3><title>Package information</title>
  • general/genlib/libfam/libfam-inst.xml

    rdad52e3 r9635613  
    1010<note><para>You will get warnings about make install being unable to
    1111merge entries in <filename>/etc/rpc</filename>.  These can be ignored, along
    12 with any <abbrev>imon</abbrev> or <filename>inetd.conf</filename> warnings,
     12with any <acronym>IMON</acronym> or <filename>inetd.conf</filename> warnings,
    1313as we will be configuring these files after installation.</para></note>
    1414
  • general/prog/nasm/nasm-desc.xml

    rdad52e3 r9635613  
    22<title>Contents</title>
    33
    4 <para>The NASM package contains <command>nasm</command> and
    5 <command>ndisasm</command> programs.</para>
     4<para>The <application><acronym>NASM</acronym></application> package contains <command>nasm
     5</command> and <command>ndisasm</command> programs.</para>
    66
    77</sect2>
  • general/prog/nasm/nasm-inst.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Installation of <application>NASM</application></title>
     2<title>Installation of <application><acronym>NASM</acronym></application></title>
    33
    4 <para>Install <application>NASM</application> by running the
     4<para>Install <application><acronym>NASM</acronym></application> by running the
    55following commands:</para>
    66
  • general/prog/nasm/nasm-intro.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Introduction to <application>NASM</application></title>
     2<title>Introduction to <application><acronym>NASM</acronym></application></title>
    33
    4 <para>NASM (The Netwide Assembler) is an 80x86 assembler designed for
    5 portability and modularity. It includes a disassembler as well.</para>
     4<para><application><acronym>NASM</acronym></application> (Netwide Assembler) is
     5an 80x86 assembler designed for portability and modularity. It includes a
     6disassembler as well.</para>
    67
    78<sect3><title>Package information</title>
  • multimedia/audioutils/xmms.xml

    rdad52e3 r9635613  
    1 <sect1 id="xmms" xreflabel="xmms-&XMMS-version;">
     1<sect1 id="xmms" xreflabel="XMMS-&XMMS-version;">
    22<?dbhtml filename="xmms.html" dir="multimedia"?>
    3 <title>xmms-&XMMS-version;</title>
     3<title>XMMS-&XMMS-version;</title>
    44
    55&XMMS-intro;
  • multimedia/audioutils/xmms/xmms-config.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Configuring <application>xmms</application></title>
     2<title>Configuring <application><acronym>XMMS</acronym></application></title>
    33
    44<sect3><title>Config files</title>
  • multimedia/audioutils/xmms/xmms-desc.xml

    rdad52e3 r9635613  
    22<title>Contents</title>
    33
    4 <para>The xmms package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
     4<para>The <application><acronym>XMMS</acronym></application> package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
    55
    66</sect2>
     
    1717<sect3><title>xmms-config</title>
    1818<para>This script is used by other programs which need to link with xmms to
    19 retrieve the library and include paths XMMS was compiled with. </para></sect3>
     19retrieve the library and include paths. </para></sect3>
    2020
    2121<sect3><title>gnomexmms</title>
  • multimedia/audioutils/xmms/xmms-inst.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Installation of <application>XMMS</application></title>
     2<title>Installation of <application><acronym>XMMS</acronym></application></title>
    33
    4 <para>Install <application>XMMS</application> by running the following commands:
     4<para>Install <application><acronym>XMMS</acronym></application> by running the following commands:
    55</para>
    66
  • multimedia/audioutils/xmms/xmms-intro.xml

    rdad52e3 r9635613  
    11<sect2>
    2 <title>Introduction to <application>XMMS</application></title>
     2<title>Introduction to <application><acronym>XMMS</acronym></application></title>
    33
    4 <para><application>XMMS</application> is an audio player for the
     4<para><application><acronym>XMMS</acronym></application> is an audio player for the
    55<application>X</application> Window System. </para>
    66
     
    1818</sect3>
    1919                                                                               
    20 <sect3><title><application>XMMS</application> dependencies</title>
     20<sect3><title><application><acronym>XMMS</acronym></application> dependencies</title>
    2121<sect4><title>Required</title>
    2222<para>a working soundcard, <xref linkend="xfree86"/>, <xref
Note: See TracChangeset for help on using the changeset viewer.