Changeset 410e228b for general


Ignore:
Timestamp:
05/09/2008 01:00:42 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b48899b
Parents:
2262b78
Message:

Removed extraneous whitespace from the ends of line text

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

Location:
general
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/dbus-bindings.xml

    r2262b78 r410e228b  
    109109    <bridgehead renderas="sect4">Required</bridgehead>
    110110    <para role="required"><xref linkend="dbus"/>,
    111     <xref linkend="glib2"/>, and 
     111    <xref linkend="glib2"/>, and
    112112    <xref linkend="expat"/></para>
    113113
  • general/genlib/libusb.xml

    r2262b78 r410e228b  
    176176-->
    177177
    178     <para>Add any users that need to access raw USB devices to the 
     178    <para>Add any users that need to access raw USB devices to the
    179179    <systemitem class="groupname">usb</systemitem> group.</para>
    180180
  • general/genlib/pcre.xml

    r2262b78 r410e228b  
    7777    the following commands:</para>
    7878
    79 <screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-abi_breakage-1.patch &amp;&amp; 
     79<screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-abi_breakage-1.patch &amp;&amp;
    8080./configure --prefix=/usr \
    8181            --docdir=/usr/share/doc/pcre-&pcre-version; \
  • general/genutils/genutils.xml

    r2262b78 r410e228b  
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rxvt-unicode.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pinentry.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gperf.xml"/> 
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gperf.xml"/>
    4545
    4646</chapter>
  • general/genutils/icon-naming-utils.xml

    r2262b78 r410e228b  
    1313]>
    1414
    15 <sect1 id="icon-naming-utils" 
     15<sect1 id="icon-naming-utils"
    1616       xreflabel="icon-naming-utils-&icon-naming-utils-version;">
    1717  <?dbhtml filename="icon-naming-utils.html"?>
  • general/genutils/rxvt-unicode.xml

    r2262b78 r410e228b  
    6464    <para role="optional">
    6565    <ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml">
    66     libAfterImage</ulink> (adds support for libAfterImage to be used for 
     66    libAfterImage</ulink> (adds support for libAfterImage to be used for
    6767    transparency and background images)</para>
    6868
     
    9393    <title>Command Explanations</title>
    9494
    95     <para><parameter>--enable-everything</parameter>: Add support for all 
     95    <para><parameter>--enable-everything</parameter>: Add support for all
    9696    non-multichoice options. Details about the different options can be found in
    9797    the file <filename>README.configure</filename>.</para>
  • general/prog/jdk.xml

    r2262b78 r410e228b  
    276276
    277277    <para>Use the following commands to apply some minor changes that
    278     are a little more specific to BLFS, such as lack of a gcc-2.9 
     278    are a little more specific to BLFS, such as lack of a gcc-2.9
    279279    compiler, removing a broken demo, and forcing to link to shared
    280280    libraries.  See the 'Command Explanations' section for more detail:</para>
     
    318318unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS</userinput></screen>
    319319
    320       <warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make 
     320      <warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make
    321321      the build fail. If you are interested in optimizing the build, set
    322322      OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead.  -O3, even in
     
    402402
    403403    <para><command>export BUILD_NUMBER="b05"</command>:
    404     This will help you identify the compiled version of the runtime 
     404    This will help you identify the compiled version of the runtime
    405405    environment and virtual machine by appending this information to
    406406    the version string. This is the same build number used by Sun to
     
    507507        jrunscript, jsadebugd, jstack, jstat, jstatd, keytool,
    508508        native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry,
    509         schemagen, serialver, servertool, tnameserv, unpack200, 
     509        schemagen, serialver, servertool, tnameserv, unpack200,
    510510        wsgen, wsimport, and xjc</seg>
    511511        <seg><envar>$JAVA_HOME</envar>/lib/*,
     
    846846        <listitem>
    847847          <para>generates stub and skeleton class files for remote objects
    848           from the names of compiled Java classes that contain remote 
     848          from the names of compiled Java classes that contain remote
    849849          object implementations.</para>
    850850          <indexterm zone="jdk rmic">
  • general/prog/tk.xml

    r2262b78 r410e228b  
    131131    build directory and replaces them with saner system-wide locations.</para>
    132132
    133     <!-- 
     133    <!--
    134134    <para><command>install ...</command>: These commands install the internal
    135135    headers into a system-wide location.</para>
Note: See TracChangeset for help on using the changeset viewer.