Changeset 0990cf7a


Ignore:
Timestamp:
05/30/2004 07:08:32 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7edd170
Parents:
2a87a398
Message:

More commas, update Makefile

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

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2a87a398 r0990cf7a  
    8181        @$(INSTALL) -d $(TEXBASEDIR)
    8282# Using profiles in book source to exclude parts of the book from TeX
    83 # i.e. Changelog
     83# i.e., Changelog
    8484        xsltproc --nonet --output $(TEXBASEDIR)index.xml \
    8585        --stringparam "profile.role" "book" \
     
    9090
    9191validate:
    92         xmllint --noout --nonet index.xml
     92        xmllint --noout --valid index.xml
  • book/library-config.xml

    r2a87a398 r0990cf7a  
    11<para>As with most libraries, there is no configuration to do, save that
    2 the library directory i.e. <filename class="directory">/opt/lib</filename> or
     2the library directory i.e., <filename class="directory">/opt/lib</filename> or
    33<filename class="directory">/usr/local/lib</filename> should appear in
    44<filename>/etc/ld.so.conf</filename> so that <command>ldd</command> can find the shared
  • general/prog/jdk/j2sdk-config.xml

    r2a87a398 r0990cf7a  
    1111<screen><userinput><command>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</command></userinput></screen>
    1212
    13 <para>Add the following lines to your shell startup file (e.g.
     13<para>Add the following lines to your shell startup file (e.g.,
    1414<filename>/etc/profile</filename>).</para>
    1515
  • introduction/important/position.xml

    r2a87a398 r0990cf7a  
    5353</itemizedlist>
    5454
    55 <para>Some people ask why not use your own directory tree, e.g. <filename>
    56 /usr/site</filename> rather than <filename>/usr/local</filename>?</para>
     55<para>Some people ask why not use your own directory tree, e.g., <filename>
     56/usr/site</filename>, rather than <filename>/usr/local</filename>?</para>
    5757
    5858<para>There is nothing stopping you, many sites do make their own trees,
  • introduction/welcome/askhelp.xml

    r2a87a398 r0990cf7a  
    3737<listitem><para><acronym>BLFS</acronym> liberally uses <filename>
    3838/opt/&lt;package&gt;</filename>. The main objection to this centers around the
    39 need to expand your environment variables for each package placed there (e.g.
     39need to expand your environment variables for each package placed there (e.g.,
    4040PATH=$PATH:/opt/kde/bin).  In some cases, the package will walk you
    4141through the changes, but some will not.  The section called "<ulink
  • kde/add/kdemultimedia/kdemultimedia-config.xml

    r2a87a398 r0990cf7a  
    22<title>Configuring kdemultimedia</title>
    33
    4 <para>There is no explicit configuration for the kdemultimedia package,
    5 however <command>kscd</command> needs to find the CD drive. The default
    6 is <filename>/dev/cdrom</filename> which may not exist on your system.
    7 The
    8 easiest way to do this is to create a symbolic link to this from your CD
    9 drive (e.g. <filename>/dev/hdc</filename>,
    10 <filename>/dev/scd0</filename>,
    11 etc):
     4<para>There is no explicit configuration for the kdemultimedia package, however
     5<command>kscd</command> needs to find the CD drive. The default is
     6<filename>/dev/cdrom</filename> which may not exist on your system.  The
     7easiest way to do this is to create a symbolic link to this from your CD drive
     8(e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.):
     9
    1210<screen><userinput><command>cd /dev &amp;&amp;
    1311ln -s <replaceable>[CD Drive]</replaceable>
    1412/dev/cdrom</command></userinput></screen>
     13
    1514</para>
    1615
  • multimedia/videoutils/mplayer/mplayer-config.xml

    r2a87a398 r0990cf7a  
    3737in <acronym>GUI</acronym> mode or not, leave that line out and start
    3838<command>mplayer</command> with
    39 <option>-gui</option> or as <command>gmplayer</command> (e.g.
     39<option>-gui</option> or as <command>gmplayer</command> (e.g.,
    4040when starting from a Window Manager menu or command prompt). Note that
    4141the main configuration file is called <filename>config</filename> if it
  • multimedia/videoutils/transcode/transcode-desc.xml

    r2a87a398 r0990cf7a  
    4646<sect3><title>tcdemux</title>
    4747<para><command>tcdemux</command> demultiplexes (separates) audio/video input
    48 that contains multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>
     48that contains multiple streams, e.g., <acronym>VOB</acronym> files.</para></sect3>
    4949
    5050<sect3><title>tcextract</title>
  • postlfs/config/inputrc.xml

    r2a87a398 r0990cf7a  
    88<application>bash</application> and most other shells.</para>
    99
    10 <para>For more information see <command>info bash</command> -- <emphasis
     10<para>For more information see <command>info bash</command>&mdash;<emphasis
    1111role="strong">Node: Readline Init</emphasis> file as well as
    1212<command>info readline</command>. There is a lot that can be done with this
  • postlfs/config/logon.xml

    r2a87a398 r0990cf7a  
    4242s   Insert the system name, the name of the operating system.
    4343l   Insert the name of the current tty line.
    44 m   Insert the architecture identifier of the machine, e.g. i486
     44m   Insert the architecture identifier of the machine, e.g., i486
    4545n   Insert the nodename of the machine, also known as the hostname.
    4646o   Insert the domainname of the machine.
    47 r   Insert the release number of the kernel, e.g. 2.4.16.
     47r   Insert the release number of the kernel, e.g., 2.4.16.
    4848t   Insert the current time.
    4949u   Insert the number of current users logged in.
    5050U   Insert the string "1 user" or "&lt;n&gt; users" where &lt;n&gt; is the
    5151    number of current users logged in.
    52 v   Insert the version of the <acronym>OS</acronym>, e.g. the build-date etc.</screen>
     52v   Insert the version of the <acronym>OS</acronym>, e.g., the build-date etc.</screen>
    5353
    5454</sect1>
  • postlfs/config/profile.xml

    r2a87a398 r0990cf7a  
    1818
    1919<para>An interactive non-login shell is normally started at the command-line
    20 (e.g.  <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the
     20(e.g.,  <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the
    2121<command>/bin/su</command> command.  An interactive non-login shell is also
    2222started with a terminal program such as <command>xterm</command> or
     
    5555
    5656<para>For more information on the escape sequences you can use for your prompt
    57 (e.g.  the <envar>PS1</envar> environment variable) see <command>info
     57(e.g.,  the <envar>PS1</envar> environment variable) see <command>info
    5858bash</command> -- <emphasis role="strong">Node: Printing a
    5959Prompt.</emphasis></para>
  • postlfs/filesystems/ext3.xml

    r2a87a398 r0990cf7a  
    2323<para>In the above line, replace
    2424<filename>/dev/hd<replaceable>XX</replaceable></filename> by the
    25 partition (e.g. <filename>/dev/hda2</filename>),
    26 <filename class="directory">/mnt_point</filename> by the mount point (e.g.
     25partition (e.g., <filename>/dev/hda2</filename>),
     26<filename class="directory">/mnt_point</filename> by the mount point (e.g.,
    2727<filename class="directory">/home</filename>). The <option>0</option> in the
    2828last field ensures that the partition will not be checked for
  • pst/printing/cups/cups-config.xml

    r2a87a398 r0990cf7a  
    1111<para>For non-PostScript printers to print with CUPS you need to install
    1212<xref linkend="espgs"/> to convert PostScript to raster images
    13 and a driver (e.g. from <xref linkend="gimp-print"/>) to convert
     13and a driver (e.g., from <xref linkend="gimp-print"/>) to convert
    1414the resulting raster images to a form that the printer understands.
    1515<ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>
  • pst/printing/espgs/espgs-desc.xml

    r2a87a398 r0990cf7a  
    1818<para><acronym>CUPS</acronym> uses <command>pstoraster</command> filter to convert
    1919PostScript to a generic raster image format that is acceptable as an input to
    20 drivers for non-PostScript printers (e.g. from
     20drivers for non-PostScript printers (e.g., from
    2121<xref linkend="gimp-print"/>).
    2222It is built and installed only if
Note: See TracChangeset for help on using the changeset viewer.