Changeset 781a3e82


Ignore:
Timestamp:
09/24/2003 04:33:32 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:
64a25d5
Parents:
a723847c
Message:

Part 8, capitalization and tagging complete

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

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    ra723847c r781a3e82  
    99<glossdef><para>Asymmetric Digital Subscriber Line</para></glossdef></glossentry>
    1010
     11<glossentry id="gAPI"><glossterm><acronym>API</acronym></glossterm>
     12<glossdef><para>Application Programming Interface</para></glossdef></glossentry>
     13
    1114<glossentry id="gASCII"><glossterm><acronym>ASCII</acronym></glossterm>
    1215<glossdef><para>American Standard Code for Information Interchange</para></glossdef></glossentry>
     
    174177<glossdef><para>Remote Procedure Call</para></glossdef></glossentry>
    175178
     179<glossentry id="gSANE"><glossterm><acronym>SANE</acronym></glossterm>
     180<glossdef><para>Scanner Access Now Easy</para></glossdef></glossentry>
     181
     182
    176183<glossentry id="gSBU"><glossterm><acronym>SBU</acronym></glossterm>
    177184<glossdef><para>Static Binutils Units</para></glossdef></glossentry>
  • pst/printing/cups.xml

    ra723847c r781a3e82  
    1 <sect1 id="cups" xreflabel="cups-&cups-version;">
     1<sect1 id="cups" xreflabel="CUPS-&cups-version;">
    22<?dbhtml filename="cups.html" dir="pst"?>
    3 <title>cups-&cups-version;</title>
     3<title>CUPS-&cups-version;</title>
    44
    55&cups-intro;
  • pst/printing/cups/cups-config.xml

    ra723847c r781a3e82  
    11<sect2>
    2 <title><acronym>CUPS</acronym> Configuration</title>
     2<title>Configuring <application><acronym>CUPS</acronym></application></title>
    33
    4 <para>Configuration of <acronym>CUPS</acronym> is dependent on the type
    5 of printer and can be complex. Generally, postscript printers are easier.
    6 For detailed instructions on configuration and use of <acronym>CUPS</acronym>,
    7 see <ulink url="http://www.cups.org/documentation.php"/>. The Software
     4<para>Configuration of <application><acronym>CUPS</acronym></application> is
     5dependent on the type of printer and can be complex. Generally, PostScript
     6printers are easier. For detailed instructions on configuration and use of
     7<application><acronym>CUPS</acronym></application>, see
     8<ulink url="http://www.cups.org/documentation.php"/>. The Software
    89Administrators Manual and Software Users Manual are particularly useful.</para>
    910
    10 <para>During the install, <acronym>CUPS</acronym> created the startup file
    11 <filename>/etc/rc.d/init.d/cups</filename>. The file works, but you may
    12 want to change it to a more conventional <acronym>LFS</acronym> startup file:</para>
     11<para>During the install, <application><acronym>CUPS</acronym></application>
     12created the startup file <filename>/etc/rc.d/init.d/cups</filename>. The file
     13works, but you may want to change it to a more conventional <acronym>LFS
     14</acronym> startup file:</para>
    1315
    1416<screen><userinput><command>cat &gt; /etc/rc.d/init.d/cups &lt;&lt; "EOF"</command>
  • pst/printing/cups/cups-desc.xml

    ra723847c r781a3e82  
    22<title>Contents</title>
    33
    4 <para><acronym>CUPS</acronym> provides
     4<para><application><acronym>CUPS</acronym></application> provides
    55<command>accept</command>,
    66<command>cupsaddsmb</command>,
     
    2929<sect3><title>lpc</title>
    3030<para><command>lpc</command> provides limited control over printer
    31 and class queues provided by <acronym>CUPS</acronym>.</para></sect3>
     31and class queues provided by <application><acronym>CUPS</acronym>
     32</application>.</para></sect3>
    3233
    3334<sect3><title>cupsd</title>
     
    3637
    3738<sect3><title>accept</title>
    38 <para><command>accept</command> instructs the printing system to accept print jobs to the specified
    39 destinations.
     39<para><command>accept</command> instructs the printing system to accept print jobs to the specified destinations.
    4040</para></sect3>
    4141
     
    106106<sect3><title>lppasswd</title>
    107107<para><command>lppasswd</command> adds, changes or deletes passwords in
    108 the <acronym>CUPS</acronym> digest password file <filename>passwd.md5</filename>.
     108the <application><acronym>CUPS</acronym></application> digest password file
     109<filename>passwd.md5</filename>.
    109110</para></sect3>
    110111
    111112<sect3><title>cups-config</title>
    112 <para><command>cups-config</command> is the <acronym>CUPS</acronym> program configuration utility.
     113<para><command>cups-config</command> is the <application><acronym>CUPS
     114</acronym></application> program configuration utility.
    113115</para></sect3>
    114116
  • pst/printing/cups/cups-exp.xml

    ra723847c r781a3e82  
    33
    44<para>The basic default behavior of the installation is appropriate for
    5 <acronym>LFS</acronym> systems. <acronym>CUPS</acronym> files are placed in <filename
     5<acronym>LFS</acronym> systems. <application><acronym>CUPS</acronym>
     6</application> files are placed in <filename
    67class="directory">/usr/bin</filename>, <filename class="directory">/usr/sbin</filename>, <filename
    78class="directory">/var</filename> and <filename class="directory">/etc/cups</filename>.</para>
  • pst/printing/gs.xml

    ra723847c r781a3e82  
    11<sect1 id="gs" xreflabel="AFPL GhostScript-&gs-version;">
    22<?dbhtml filename="gs.html" dir="pst"?>
    3 <title>AFPL Ghostscript-&gs-version;</title>
     3<title>AFPL GhostScript-&gs-version;</title>
    44
    55&gs-intro;
  • pst/printing/printing.xml

    ra723847c r781a3e82  
    33<title>Printing</title>
    44
     5<para>This chapter contains spooling printer management systems and
     6ghostscript applications to render PostScript for display on terminals
     7or paper.</para>
     8
    59&cups;
     10&LPRng;
    611&gs;
    712&espgs;
    8 &LPRng;
    913
    1014</chapter>
  • pst/scanning/sane.xml

    ra723847c r781a3e82  
    1 <sect1 id="sane" xreflabel="sane-&sane-version;">
     1<sect1 id="sane" xreflabel="SANE-&sane-version;">
    22<?dbhtml filename="sane.html" dir="pst"?>
    3 <title>sane-&sane-version;</title>
     3<title>SANE-&sane-version;</title>
    44
    55&sane-intro;
  • pst/scanning/sane/sane-inst.xml

    ra723847c r781a3e82  
    11<sect2>
    2 <title>Installation of <application>sane</application></title>
     2<title>Installation of <application><acronym>SANE</acronym></application></title>
    33
    44<sect3><title>Preparing your system for scanner access</title>
     
    1212</sect3>
    1313
    14 <sect3><title>Installation of <application>sane</application> backends</title>
     14<sect3><title>Installation of <application><acronym>SANE</acronym></application> backends</title>
    1515
    16 <para>Install <application>sane</application> backends by running the following
    17 commands:</para>
     16<para>Install <application><acronym>SANE</acronym></application> backends by
     17running the following commands:</para>
    1818
    1919<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    2323</sect3>
    2424
    25 <sect3><title>Installation of <application>sane</application> frontends</title>
     25<sect3><title>Installation of <application><acronym>SANE</acronym></application> frontends</title>
    2626
    27 <para>To install <application>sane</application> frontends, use the following
     27<para>To install <application><acronym>SANE</acronym></application> frontends, use the following
    2828commands:</para>
    2929
  • pst/scanning/sane/sane-intro.xml

    ra723847c r781a3e82  
    11<sect2>
    2 <title>Introduction to <application>sane</application></title>
     2<title>Introduction to <application><acronym>SANE</acronym></application></title>
    33
    44<para><acronym>SANE</acronym> is short for Scanner Access Now Easy.
    55Scanner access, however, is far from easy, since every vendor has their own
    66protocols. The only known protocol that should bring some unity into this
    7 chaos is the <acronym>TWAIN</acronym> interface, but this is too imprecise to
     7chaos is the TWAIN interface, but this is too imprecise to
    88allow a stable scanning framework. Therefore, <acronym>SANE</acronym> comes
    99with its own protocol, so the vendor drivers can't be used.</para>
     
    2929</sect3>
    3030                                                                               
    31 <sect3><title><application>sane</application> dependencies</title>
     31<sect3><title><application><acronym>SANE</acronym></application> dependencies</title>
    3232<sect4><title>Optional</title>
    3333<para><xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref
  • pst/scanning/scanning.xml

    ra723847c r781a3e82  
    22<?dbhtml filename="scanning.html" dir="pst"?>
    33<title>Scanning</title>
     4
     5<para>This chapter contains scanning applications which allow us to
     6convert printed documents into formatted documents readable by other
     7applications.</para>
    48
    59&sane;
  • pst/scanning/xsane.xml

    ra723847c r781a3e82  
    1 <sect1 id="xsane" xreflabel="xsane-&xsane-version;">
     1<sect1 id="xsane" xreflabel="XSane-&xsane-version;">
    22<?dbhtml filename="xsane.html" dir="pst"?>
    3 <title>xsane-&xsane-version;</title>
     3<title>XSane-&xsane-version;</title>
    44
    55&xsane-intro;
  • pst/scanning/xsane/xsane-desc.xml

    ra723847c r781a3e82  
    22<title>Contents</title>
    33
    4 <para><application>xsane</application> comes with a graphical user interface,
     4<para><application>XSane</application> comes with a graphical user interface,
    55and (if <xref linkend="gimp"/> is available) a <application>gimp</application>
    66plugin with advanced features. Please refer to the documentation for further
  • pst/scanning/xsane/xsane-inst.xml

    ra723847c r781a3e82  
    11<sect2>
    2 <title>Installation of <application>xsane</application></title>
     2<title>Installation of <application>XSane</application></title>
    33
    4 <para>Install <application>xsane</application> by running the following
     4<para>Install <application>XSane</application> by running the following
    55commands:</para>
    66
  • pst/scanning/xsane/xsane-intro.xml

    ra723847c r781a3e82  
    11<sect2>
    2 <title>Introduction to <application>xsane</application></title>
     2<title>Introduction to <application>XSane</application></title>
    33
    4 <para><application>xsane</application> is another frontend for
     4<para><application>XSane</application> is another frontend for
    55<xref linkend="sane"/>. It has additional features to improve the image
    66quality compared to xscanimage.</para>
     
    1919</sect3>
    2020                                                                               
    21 <sect3><title><application>xsane</application> dependencies</title>
     21<sect3><title><application>XSane</application> dependencies</title>
    2222<sect4><title>Required</title>
    2323<para><xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref
  • pst/typesetting/sgml.xml

    ra723847c r781a3e82  
    22<?dbhtml filename="sgml.html" dir="pst"?>
    33<title>Standard Generalized Markup Language (<acronym>SGML</acronym>)</title>
     4
     5<para>This chapter contains DocBook <acronym>SGML</acronym> document
     6type definitions (<acronym>DTD</acronym>s), DocBook
     7<acronym>DSSSL</acronym> style sheets and DocBook tools to validate,
     8transfrom, format and publish DocBook documents.</para>
    49
    510&sgml-common;
  • pst/typesetting/xml.xml

    ra723847c r781a3e82  
    22<?dbhtml filename="xml.html" dir="pst"?>
    33<title>Extensible Markup Language (<acronym>XML</acronym>)</title>
     4
     5<para>This chapter contains the DocBook <acronym>XML</acronym> document
     6type definition (<acronym>DTD</acronym>) and DocBook sytle sheets
     7which are used to validate, transform, format and publish DocBook documents.</para>
    48
    59&DocBook;
Note: See TracChangeset for help on using the changeset viewer.