Changeset 6473e74


Ignore:
Timestamp:
03/15/2006 03:00:51 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d9c80e1
Parents:
0602a99
Message:

Removed excess EOL whitespace from all package instructions except for the 'x' chapters

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

Files:
54 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    r0602a99 r6473e74  
    109109    <filename class="libraryfile">libcurl</filename>.</para>
    110110
    111     <para><command>find docs -name "Makefile*" -o -name "*.1" 
     111    <para><command>find docs -name "Makefile*" -o -name "*.1"
    112112    -o -name "*.3" | xargs rm</command>: This instruction removes files
    113113    that are not needed in /usr/share/doc/curl-&curl-version; to facilitate
  • connect/dhcp/dhcpcd.xml

    r0602a99 r6473e74  
    6767        <ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para>
    6868      </listitem>
    69     </itemizedlist> 
     69    </itemizedlist>
    7070-->
    7171
     
    103103
    104104    <para><parameter>--sysconfdir=/var/lib</parameter>: This command installs
    105     configuration and state files in the 
     105    configuration and state files in the
    106106    <filename class="directory">/var/lib</filename> directory.</para>
    107107
  • general/genlib/aspell.xml

    r0602a99 r6473e74  
    136136 <sect2 role="commands">
    137137    <title>Command Explanations</title>
    138    
     138
    139139    <para><command>make -C manual pdf</command>: This command is listed twice
    140140    as the first time it runs it will display an error and abort, although it
  • general/genlib/gamin.xml

    r0602a99 r6473e74  
    8888
    8989<screen role="root"><userinput>make install &amp;&amp;
    90 install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp; 
     90install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
    9191install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
    9292
  • general/genlib/libxml2.xml

    r0602a99 r6473e74  
    102102
    103103    <para><parameter>--with-history</parameter>: If this option is used, it
    104     enables <application>readline</application> support when running 
     104    enables <application>readline</application> support when running
    105105    xmlcatalog in shell mode.</para>
    106106
    107107    <caution>
    108       <para>When using history support, <command>make check</command> will 
    109       hang forever if either <filename>/etc/inputrc</filename> or 
    110       <filename>~/.inputrc</filename> has the option 
     108      <para>When using history support, <command>make check</command> will
     109      hang forever if either <filename>/etc/inputrc</filename> or
     110      <filename>~/.inputrc</filename> has the option
    111111      <option>show-all-if-ambiguous</option> turned on.</para>
    112112    </caution>
  • general/genlib/popt.xml

    r0602a99 r6473e74  
    8383
    8484    <para>To test the results, issue:</para>
    85    
     85
    8686<screen><userinput>sed -i "s/^run_diff /#run_diff /" testit.sh &amp;&amp;
    8787make check</userinput></screen>
  • general/genutils/imagemagick.xml

    r0602a99 r6473e74  
    7777
    7878    <bridgehead renderas="sect4">Recommended</bridgehead>
    79     <para role="recommended">X (<xref linkend="xfree86"/>, 
     79    <para role="recommended">X (<xref linkend="xfree86"/>,
    8080    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
    8181
  • general/genutils/xterm.xml

    r0602a99 r6473e74  
    7474
    7575    <para>Since xterm is no longer a part of the <application>Xorg</application>
    76     distribution, it is no longer necessary to install into the same prefix as 
    77     <application>Xorg</application>.  Correct the PROJECTROOT variable with 
     76    distribution, it is no longer necessary to install into the same prefix as
     77    <application>Xorg</application>.  Correct the PROJECTROOT variable with
    7878    the following command:</para>
    7979
     
    9999    <title>Command Explanations</title>
    100100
    101     <para><parameter>--with-luit</parameter>: enables the luit filter for 
     101    <para><parameter>--with-luit</parameter>: enables the luit filter for
    102102    unicode translation.</para>
    103103
     
    110110
    111111    <para><command>make install-ti</command>: This command installs corrected
    112     terminfo description files for use with 
     112    terminfo description files for use with
    113113    <application>xterm</application>.</para>
    114114
     
    134134        <term><filename>resize</filename></term>
    135135        <listitem>
    136           <para>prints a shell command for setting the TERM and TERMCAP 
    137           environment  variables to indicate the current size of xterm 
     136          <para>prints a shell command for setting the TERM and TERMCAP
     137          environment  variables to indicate the current size of xterm
    138138          window.</para>
    139139          <indexterm zone="xterm2 resize">
     
    146146        <term><filename>uxterm</filename></term>
    147147        <listitem>
    148           <para>is a wrapper script to start xterm with the proper settings in 
     148          <para>is a wrapper script to start xterm with the proper settings in
    149149          UTF-8 locales.</para>
    150150          <indexterm zone="xterm2 uxterm">
  • general/graphlib/aalib.xml

    r0602a99 r6473e74  
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional">X (<xref linkend="xfree86"/>, 
     64    <para role="optional">X (<xref linkend="xfree86"/>,
    6565    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>),
    6666    <xref linkend="slang"/> and
  • general/graphlib/imlib2.xml

    r0602a99 r6473e74  
    6767
    6868    <bridgehead renderas="sect4">Recommended</bridgehead>
    69     <para role="recommended">X (<xref linkend="xfree86"/>, 
     69    <para role="recommended">X (<xref linkend="xfree86"/>,
    7070    <xref linkend="xorg"/>, or or <xref linkend="xorg7"/>)</para>
    7171
  • general/graphlib/libungif.xml

    r0602a99 r6473e74  
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional">X (<xref linkend="xfree86"/>, 
     76    <para role="optional">X (<xref linkend="xfree86"/>,
    7777    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
    7878
  • general/prog/guile.xml

    r0602a99 r6473e74  
    7373
    7474    <bridgehead renderas="sect3">Guile Dependencies</bridgehead>
    75  
     75
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="required"><xref linkend="tex"/></para>
  • general/prog/jdk.xml

    r0602a99 r6473e74  
    5757    option.</para>
    5858
    59     <para>You will first need to download and install the binary version of the 
     59    <para>You will first need to download and install the binary version of the
    6060    <application>JDK</application>.</para>
    61    
     61
    6262    <para>To build  from the source, you will also need to download the
    6363    additional files and patches to complete the source build as detailed
     
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
    69         <para>Binary download: <ulink url="&jdk-download-binary;"/> 
     69        <para>Binary download: <ulink url="&jdk-download-binary;"/>
    7070        (to download jdk-&jdk-bin-string;-linux-i586.bin)</para>
    7171      </listitem>
     
    8282
    8383      <listitem>
    84         <para>Download MD5 sums (source): 
     84        <para>Download MD5 sums (source):
    8585          <simplelist>
    8686            <member>215c5175e54c2facccc2c7845e339725
    87                     jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar 
     87                    jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar
    8888            </member>
    8989            <member>884dd87faa082d294f725857c895b6f6
     
    186186
    187187    <para>Normally in BLFS, the files are unpacked into a subdirectory
    188     and the starting point for the installation procedures is that 
     188    and the starting point for the installation procedures is that
    189189    location.  For this application only, start in the directory where all
    190190    the downloaded files are located.</para>
  • general/prog/perl-modules.xml

    r0602a99 r6473e74  
    7171         include in the core at which time Test::Builder::Tester can be forever
    7272         removed from this page as it will then also be a core module.
    73          
     73
    7474    <para id="perl-test-builder-tester"><ulink
    7575    url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
     
    336336    module and dependencies are installed using the standard
    337337    <application>Perl</application> module
    338     <xref linkend="perl-standard-install"/>.</para> 
     338    <xref linkend="perl-standard-install"/>.</para>
    339339
    340340    <itemizedlist spacing='compact'>
     
    383383
    384384      </listitem>
    385     </itemizedlist> 
     385    </itemizedlist>
    386386
    387387    <!-- LWP -->
     
    693693    dependencies appear to be circular, however, they are only run-time
    694694    conflicts and you should be able to fully utilize them as long as
    695     everything is installed. Module::Signature and the dependency modules are 
     695    everything is installed. Module::Signature and the dependency modules are
    696696    installed using the standard <application>Perl</application>
    697697    module <xref linkend="perl-standard-install"/>.</para>
     
    10761076
    10771077            <itemizedlist>
    1078               <listitem> 
     1078              <listitem>
    10791079                <para><xref linkend="unzip"/></para>
    10801080              </listitem>
  • general/prog/php.xml

    r0602a99 r6473e74  
    104104    <xref linkend="libexif"/>,
    105105    <xref linkend="freetype2"/>,
    106     X (<xref linkend="xorg"/>, <xref linkend="xorg7"/>, or 
     106    X (<xref linkend="xorg"/>, <xref linkend="xorg7"/>, or
    107107    <xref linkend="xfree86"/>),
    108108    <ulink url="http://www.fastio.com/">ClibPDF</ulink>,
  • general/sysutils/dbus.xml

    r0602a99 r6473e74  
    7474    <xref linkend="gtk2"/>,
    7575    <xref linkend="qt"/>,
    76     X (<xref linkend="xorg"/>, <xref linkend="xorg7"/>, or 
     76    X (<xref linkend="xorg"/>, <xref linkend="xorg7"/>, or
    7777    <xref linkend="xfree86"/>),
    7878    <xref linkend="gcc"/> (for the Java compiler and tools),
  • general/sysutils/hal.xml

    r0602a99 r6473e74  
    184184
    185185    <para>Though the only requirement to run the
    186     <command>hal-device-manager</command> program is installing 
     186    <command>hal-device-manager</command> program is installing
    187187    <ulink url="&gnome-download-http;/gnome-python/">
    188188    GNOME-Python</ulink>, the dependency list is staggering. The following
     
    328328<literal>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!-- -*- SGML -*- --&gt;
    329329
    330 &lt;!-- 
     330&lt;!--
    331331This file is used to set custom options to the HAL policy settings.
    332332The default policy settings are defined in files contained in the
  • general/sysutils/unzip.xml

    r0602a99 r6473e74  
    7878    commands:</para>
    7979
    80 <screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen> 
     80<screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
    8181
    8282    <para>To test the results, issue: <command>LD_LIBRARY_PATH=$PWD
  • gnome/add/gdm.xml

    r0602a99 r6473e74  
    107107    <title>Command Explanations</title>
    108108
    109     <para><parameter>--libexecdir=`pkg-config 
     109    <para><parameter>--libexecdir=`pkg-config
    110110    --variable=prefix ORBit-2.0`/lib/gdm</parameter>: This parameter is
    111111    used so that the <application>GDM</application> internal support programs
  • gnome/add/nautilus-cd-burner.xml

    r0602a99 r6473e74  
    7373    <para>Though <application>Nautilus CD Burner</application> happily passes
    7474    all the <command>configure</command> script checks and then builds
    75     successfully without them, the <xref linkend="cdrtools"/> and 
     75    successfully without them, the <xref linkend="cdrtools"/> and
    7676    <xref linkend="dvd-rw-tools"/> packages are required to be installed or you
    7777    won't be able to create ISO filesystems or burn CDs and DVDs.</para>
  • gnome/add/totem.xml

    r0602a99 r6473e74  
    117117    <title>Command Explanations</title>
    118118
    119     <para><parameter>--libexecdir=`pkg-config 
     119    <para><parameter>--libexecdir=`pkg-config
    120120    --variable=prefix ORBit-2.0`/lib/totem</parameter>: This parameter is
    121121    used so that the movie player plugin for browsers is installed in
  • introduction/important/building-notes.xml

    r0602a99 r6473e74  
    240240    <para>In order to automate the building of some packages, especially those
    241241    that require you to read a license agreement one page at a time, requires
    242     using a method that avoids having to press a key to display each page. 
     242    using a method that avoids having to press a key to display each page.
    243243    Redirecting the output to a file can be used in these instances to assist
    244244    with the automation. The previous section on this page touched on creating
  • introduction/important/locale-issues.xml

    r0602a99 r6473e74  
    2424 <sect2>
    2525
    26     <title>Package Specific Locale Issues</title> 
     26    <title>Package Specific Locale Issues</title>
    2727
    2828    <para>For package-specific issues, find the concerned package from the list
  • introduction/welcome/changelog.xml

    r0602a99 r6473e74  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[bdubbs] - Clarified jdk download instructions and made 
     48          <para>[bdubbs] - Clarified jdk download instructions and made
    4949          minor updates to the install of the binary version.</para>
    5050        </listitem>
     
    6666      <itemizedlist>
    6767        <listitem>
    68           <para>[dj] - Removed font path comments and defines from Xorg and 
     68          <para>[dj] - Removed font path comments and defines from Xorg and
    6969          XFree86 host.def files.</para>
    7070        </listitem>
     
    8181      <itemizedlist>
    8282        <listitem>
    83           <para>[bdubbs] - Updated to gnupg-1.4.2.2 to fix security 
     83          <para>[bdubbs] - Updated to gnupg-1.4.2.2 to fix security
    8484          problem.</para>
    8585        </listitem>
     
    104104        </listitem>
    105105        <listitem>
    106           <para>[dj] - Removed /usr/share/fonts symlink in Xorg-7 
     106          <para>[dj] - Removed /usr/share/fonts symlink in Xorg-7
    107107          instructions.</para>
    108108        </listitem>
     
    133133      <itemizedlist>
    134134        <listitem>
    135           <para>[dj] - Updated Xorg-7 and Mesa to use alternate module 
     135          <para>[dj] - Updated Xorg-7 and Mesa to use alternate module
    136136          path.</para>
    137137        </listitem>
     
    193193      </itemizedlist>
    194194    </listitem>
    195    
     195
    196196    <listitem>
    197197      <para>February 25th, 2006</para>
     
    212212      </itemizedlist>
    213213    </listitem>
    214    
     214
    215215    <listitem>
    216216      <para>February 21st, 2006</para>
     
    935935        </listitem>
    936936        <listitem>
    937           <para>[dj] - Corrected additional recommended and optional 
     937          <para>[dj] - Corrected additional recommended and optional
    938938          dependencies in OpenOffice instructions.</para>
    939939        </listitem>
     
    10601060          <para>[bdubbs] - Changed configure instruction in gimp to
    10611061          use recommended dependencies.  Added note that the switches
    1062           to configure need to be changed if the recommended 
     1062          to configure need to be changed if the recommended
    10631063          dependencies are not installed.</para>
    10641064        </listitem>
     
    11831183        </listitem>
    11841184        <listitem>
    1185           <para>[andy] - Added details of how to create a fluxbox.desktop file to 
     1185          <para>[andy] - Added details of how to create a fluxbox.desktop file to
    11861186          the Fluxbox page.</para>
    11871187        </listitem>
     
    11931193      <itemizedlist>
    11941194        <listitem>
    1195           <para>[bdubbs] - Updated to curl-7.15.1.</para> 
     1195          <para>[bdubbs] - Updated to curl-7.15.1.</para>
    11961196        </listitem>
    11971197      </itemizedlist>
     
    12411241      <itemizedlist>
    12421242        <listitem>
    1243           <para>[dj] - Completed dependencies, removed optional configure 
    1244           parameters and added the no_mozilla (firefox) patch for 
     1243          <para>[dj] - Completed dependencies, removed optional configure
     1244          parameters and added the no_mozilla (firefox) patch for
    12451245          OpenOffice.</para>
    12461246        </listitem>
     
    12761276        </listitem>
    12771277      </itemizedlist>
    1278     </listitem> 
     1278    </listitem>
    12791279
    12801280    <listitem>
  • introduction/welcome/credits.xml

    r0602a99 r6473e74  
    190190      <listitem>
    191191        <para>alsa, cvs, dhcpcd, gpm, hdparm, libjpeg, libmng, libpng,
    192         libtiff, <!-- libungif, -->giflib, links, lynx, openssl, tcsh, 
     192        libtiff, <!-- libungif, -->giflib, links, lynx, openssl, tcsh,
    193193        which, zsh, zlib:
    194194        <emphasis>Mark Hymers</emphasis></para>
     
    317317
    318318      <listitem>
    319         <para>Archive::Zip, cracklib, JDK-5, libdrm, libpcap, Mesa, ncpfs, 
    320         netfs, OpenOffice-2, pppd (update), RP-PPPoE, Samba-3, Subversion 
     319        <para>Archive::Zip, cracklib, JDK-5, libdrm, libpcap, Mesa, ncpfs,
     320        netfs, OpenOffice-2, pppd (update), RP-PPPoE, Samba-3, Subversion
    321321        and xterm: <emphasis>DJ Lucas</emphasis></para>
    322322      </listitem>
     
    491491
    492492      <listitem>
    493         <para><emphasis>Jeremy Byron</emphasis> and 
    494         <emphasis>David Ciecierski</emphasis> for assisting with, modifying, 
     493        <para><emphasis>Jeremy Byron</emphasis> and
     494        <emphasis>David Ciecierski</emphasis> for assisting with, modifying,
    495495        and testing various OpenOffice-2.0-pre builds and patches.</para>
    496496      </listitem>
  • introduction/welcome/wiki.xml

    r0602a99 r6473e74  
    4242      <listitem>
    4343        <para>Inappropriate material will be removed.</para>
    44       </listitem>                   
     44      </listitem>
    4545    </itemizedlist>
    4646
  • kde/add/kdeadmin.xml

    r0602a99 r6473e74  
    3838    Clients include programs for managing users, initialization files, cron,
    3939    and network connections.</para>
    40    
     40
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
    4242    <itemizedlist spacing='compact'>
  • kde/add/kdeedu.xml

    r0602a99 r6473e74  
    3838    include a touch typing tutor, a program to help revise/teach Latin, a
    3939    desktop planetarium, an application to study Spanish verbforms, and the
    40     classic hangman game for children.</para> 
     40    classic hangman game for children.</para>
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/add/kdegraphics.xml

    r0602a99 r6473e74  
    3939    an application to adjust monitor gamma correction, a 3D modeling
    4040    application to generate POV-Ray scenes, and a scanner application.</para>
    41    
     41
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
    4343    <itemizedlist spacing='compact'>
     
    6363
    6464    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    65     <itemizedlist spacing="compact"> 
    66       <listitem> 
     65    <itemizedlist spacing="compact">
     66      <listitem>
    6767        <para>Required Patch: <ulink
    6868        url="ftp://ftp.kde.org/pub/kde/security_patches/post-&kde-version;-kdegraphics-CAN-2005-3193.diff"/></para>
  • kde/add/kdemultimedia.xml

    r0602a99 r6473e74  
    231231
    232232    <note>
    233       <para> The --sysconfdir parameter must be the same as command used in 
     233      <para> The --sysconfdir parameter must be the same as command used in
    234234      kdelibs.</para>
    235235    </note>
  • kde/core/config.xml

    r0602a99 r6473e74  
    3737<screen role="root"><userinput>ldconfig</userinput></screen>
    3838
    39   <note> 
    40  
     39  <note>
     40
    4141    <para>When starting a new version of <application>KDE</application> for the
    4242    first time, problems have been observed with the
     
    5353    Then log out and log in again to ensure the new directory is in use.  Now,
    5454    starting <application>KDE</application> will rebuild the menus.</para>
    55  
    56     <para>Move or copy any needed files from the old home directory to the 
     55
     56    <para>Move or copy any needed files from the old home directory to the
    5757    new one.  Do not move or copy the old <application>KDE</application>
    58     configuration files: 
     58    configuration files:
    5959    <filename class='directory'>.kde</filename>,
    6060    <filename>.kderc</filename>,
     
    6565    <filename>.DCOPserver*</filename>,
    6666    and <filename class='directory'>Desktop</filename>.</para>
    67  
    68     <para>This technique may need to be repeated after adding additional 
     67
     68    <para>This technique may need to be repeated after adding additional
    6969    optional packages.</para>
    7070  </note>
  • kde/core/kdelibs.xml

    r0602a99 r6473e74  
    6969      </listitem>
    7070    </itemizedlist>
    71                        
     71
    7272    <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
    7373
  • kde/devel/kdebindings.xml

    r0602a99 r6473e74  
    3434    <title>Introduction to Kdebindings</title>
    3535
    36     <para>The <application>kdebindings</application> provides the ability to 
     36    <para>The <application>kdebindings</application> provides the ability to
    3737    write <application>KDE</application> applications in a variety of languages
    38     including Ruby, Perl, Python, Java, JavaScript, C#, and Smoke.  For 
     38    including Ruby, Perl, Python, Java, JavaScript, C#, and Smoke.  For
    3939    details see <ulink url='http://developer.kde.org/language-bindings/'/></para>
    4040
  • kde/kde-intro.xml

    r0602a99 r6473e74  
    2929  to install it in a unique prefix such as <filename class="directory">/opt/kde</filename> or
    3030  <filename class="directory">/opt/kde-&kde-version;</filename>. This option allows for
    31   easy removal of the <application>KDE</application> version or maintenance of 
     31  easy removal of the <application>KDE</application> version or maintenance of
    3232  multiple versions for testing.</para>
    3333
  • multimedia/cdwriteutils/cdrdao.xml

    r0602a99 r6473e74  
    7979         two or three times since this was written. It probably
    8080         isn't applicable any longer. Delete this comment and
    81          the entire note if next time during an update things 
     81         the entire note if next time during an update things
    8282         haven't changed. I can't see this being required any
    8383         longer. -Randy
  • multimedia/libdriv/gst-plugins.xml

    r0602a99 r6473e74  
    9292    <xref linkend="NASM"/>,
    9393    <xref linkend="pango"/>, and
    94     X (<xref linkend="xfree86"/>, <xref linkend="xorg"/> or 
     94    X (<xref linkend="xfree86"/>, <xref linkend="xorg"/> or
    9595    <xref linkend="xorg7"/>)</para>
    9696
  • multimedia/libdriv/libfame.xml

    r0602a99 r6473e74  
    8888  <sect2 role="commands">
    8989    <title>Command Explanations</title>
    90    
     90
    9191    <para><option>--enable-sse</option>: This option is off by default and
    9292    should be set on if your machine has SSE capability. One way to find out if
     
    9595
    9696  </sect2>
    97  
     97
    9898  <sect2 role="content">
    9999    <title>Contents</title>
  • multimedia/libdriv/sdl.xml

    r0602a99 r6473e74  
    7676    <xref linkend="nas"/>,
    7777    <xref linkend="NASM"/>,
    78     X (<xref linkend="xfree86"/>, <xref linkend="xorg"/> or 
     78    X (<xref linkend="xfree86"/>, <xref linkend="xorg"/> or
    7979    <xref linkend="xorg7"/>),
    8080    <xref linkend="aalib"/>,
  • multimedia/videoutils/mplayer.xml

    r0602a99 r6473e74  
    117117      </listitem>
    118118      <listitem>
    119         <para>Alternate CODECs (provides additional functionality and is a 
     119        <para>Alternate CODECs (provides additional functionality and is a
    120120        larger file): <ulink
    121121        url="http://www.mplayerhq.hu/MPlayer/releases/codecs/&mplayer-alt-codec;"/></para>
  • postlfs/config/bootdisk.xml

    r0602a99 r6473e74  
    8686    as well as the Linux kernel and supporting files.</para>
    8787
    88     <para condition="html" role="usernotes">User Notes: 
     88    <para condition="html" role="usernotes">User Notes:
    8989      <ulink url='&blfs-wiki;/CreatingaCustomBootDevice'/></para>
    90          
     90
    9191  </sect2>
    9292</sect1>
  • postlfs/editors/emacs.xml

    r0602a99 r6473e74  
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional">X (<xref linkend="xfree86"/>, 
     64    <para role="optional">X (<xref linkend="xfree86"/>,
    6565    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>),
    6666    <xref linkend="libjpeg"/>,
  • postlfs/security/heimdal.xml

    r0602a99 r6473e74  
    112112    <title>Installation of Heimdal</title>
    113113
    114     <!-- This doesn't appear to be needed any longer as testing has 
     114    <!-- This doesn't appear to be needed any longer as testing has
    115115         shown that the ftp client now works without issues
    116116
  • postlfs/security/nss.xml

    r0602a99 r6473e74  
    4949    package is now a combined <application>NSS</application>/NSPR
    5050    installation.</para>
    51    
     51
    5252
    5353    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/openssl.xml

    r0602a99 r6473e74  
    7878    <para condition="html" role="usernotes">User Notes:
    7979    <ulink role="usernotes" url='&blfs-wiki;/OpenSSL'/></para>
    80  
     80
    8181  </sect2>
    8282
  • pst/ps/a2ps.xml

    r0602a99 r6473e74  
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional">X (<xref linkend="xfree86"/>, 
     74    <para role="optional">X (<xref linkend="xfree86"/>,
    7575    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>),
    7676    <xref linkend="psutils"/>,
  • server/databases/mysql.xml

    r0602a99 r6473e74  
    9191    running the following commands:</para>
    9292
    93     <!-- Removing the CPPFLAGS="-D_GNU_SOURCE" and 
     93    <!-- Removing the CPPFLAGS="-D_GNU_SOURCE" and
    9494         -with-named-thread-libs=-lpthread as they don't appear to be
    9595         required any longer
  • server/mail/exim.xml

    r0602a99 r6473e74  
    7777
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    79     <para role="optional">X (<xref linkend="xfree86"/>, 
     79    <para role="optional">X (<xref linkend="xfree86"/>,
    8080    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>),
    8181    <xref linkend="openldap"/>,
  • server/major/apache.xml

    r0602a99 r6473e74  
    165165    <para><option>--with-ldap</option>: This parameter is required if you
    166166    passed the <option>--enable-authnz-ldap</option> or
    167     <option>--enable-ldap</option> options to <command>configure</command> 
     167    <option>--enable-ldap</option> options to <command>configure</command>
    168168    and enabled the <application>OpenLDAP</application> modules.</para>
    169169
  • server/major/samba3.xml

    r0602a99 r6473e74  
    127127<!-- Commenting out the need for /var/cache/samba as my testing has
    128128     shown me that this directory is not used. Grepping the source
    129      tree also turns up nothing about 'cache/samba'. -Randy 
     129     tree also turns up nothing about 'cache/samba'. -Randy
    130130<screen role="root"><userinput>install -v -m755 -d /var/cache/samba &amp;&amp;
    131131-->
  • xsoft/graphweb/firefox.xml

    r0602a99 r6473e74  
    129129    url="&files-anduin;/firefox-&firefox-version;-mozconfig"/>
    130130    (the file must be installed in the root of the source tree
    131     <filename class='directory'>mozilla</filename> directory, and named 
     131    <filename class='directory'>mozilla</filename> directory, and named
    132132    <filename>.mozconfig</filename>). Create the file by issuing the following
    133133    command:</para>
     
    287287    <!-- This appears to not be required any longer. The regchrome program
    288288         is not built any longer, and multi-user access to Firefox appears
    289          to work fine without running regxpcom and touching the files. -Randy 
     289         to work fine without running regxpcom and touching the files. -Randy
    290290
    291291    <para>To enable multi-user operation, execute the following as the
  • xsoft/graphweb/seamonkey.xml

    r0602a99 r6473e74  
    132132      <xref linkend="nss"/> (if you will be installing any other package that
    133133      utilizes NSS/NSPR, such as <application>Firefox</application>,
    134       <application>Thunderbird</application> or 
     134      <application>Thunderbird</application> or
    135135      <application>Evolution</application>)
    136136    </para>
     
    300300    as the <systemitem class="username">root</systemitem> user to replace the
    301301    broken files with symbolic links to known good files:</para>
    302    
     302
    303303<screen role="root"><userinput>ln -v -sf nss.pc /usr/lib/pkgconfig/seamonkey-nss.pc &amp;&amp;
    304304ln -v -sf nspr.pc /usr/lib/pkgconfig/seamonkey-nspr.pc</userinput></screen>
     
    387387    options not in the default <filename>.mozconfig</filename> file but can be
    388388    added in order to have the described effect on the SeaMonkey compile.</para>
    389  
     389
    390390    <para><option>ac_add_options --enable-elf-dynstr-gc</option>: Removes
    391391    un-referenced strings from ELF shared objects generated during the build.
  • xsoft/office/gimp.xml

    r0602a99 r6473e74  
    9595      <para>If the recommended dependencies are not installed, the
    9696      <command>configure</command> switches below will need to be modified as
    97       explained in <xref linkend='gimp-cmd-explanations'/> below.</para> 
     97      explained in <xref linkend='gimp-cmd-explanations'/> below.</para>
    9898    </note>
    9999
  • xsoft/other/thunderbird.xml

    r0602a99 r6473e74  
    276276    as the <systemitem class="username">root</systemitem> user to replace the
    277277    broken files with symbolic links to known good files:</para>
    278      
     278
    279279<screen role="root"><userinput>ln -v -sf nss.pc /usr/lib/pkgconfig/thunderbird-nss.pc &amp;&amp;
    280280ln -v -sf nspr.pc /usr/lib/pkgconfig/thunderbird-nspr.pc</userinput></screen>
     
    319319    <!-- This appears to not be required any longer. The regchrome program
    320320         is not built any longer, and multi-user access to Thunderbird appears
    321          to work fine without running regxpcom and touching the files. -Randy 
     321         to work fine without running regxpcom and touching the files. -Randy
    322322
    323323    <para>To enable multi-user operation, execute the following as the
     
    351351
    352352    <para><command>make -f client.mk ...</command>: Mozilla products are
    353     packaged to allow the use of a configuration file which can be used to 
     353    packaged to allow the use of a configuration file which can be used to
    354354    pass the configuration settings to the <command>configure</command>
    355355    command. <command>make</command> uses the <filename>client.mk</filename>
     
    406406
    407407      <para>If your Window or Desktop Manager does not allow you to configure
    408       a default browser, you can add a configuration parameter to 
     408      a default browser, you can add a configuration parameter to
    409409      <application>Thunderbird</application> so that a browser will start when
    410410      when you click on an Internet/intranet/local URL. The procedure to check
  • xsoft/suites/openoffice.xml

    r0602a99 r6473e74  
    220220    commands:</para>
    221221
    222     <note><para>Because of the complexity of the 
     222    <note><para>Because of the complexity of the
    223223    <application>OpenOffice</application> build system, it is not possible to
    224     provide generic build instructions for all systems.  You should review 
    225     the output of <command>config_office/configure --help</command> and take 
    226     advantage of any system installed programs and libraries available using 
    227     the <parameter>--enable</parameter>, <parameter>--disable</parameter>,  and 
     224    provide generic build instructions for all systems.  You should review
     225    the output of <command>config_office/configure --help</command> and take
     226    advantage of any system installed programs and libraries available using
     227    the <parameter>--enable</parameter>, <parameter>--disable</parameter>,  and
    228228    <parameter>--with-system-*</parameter> parameters.</para></note>
    229229
     
    326326    this switch if you have Gnome installed.</para>
    327327
    328     <para><parameter>--without-fonts</parameter>: Do not install Bitstream 
    329     Vera fonts since they are already included in X Window System 
     328    <para><parameter>--without-fonts</parameter>: Do not install Bitstream
     329    Vera fonts since they are already included in X Window System
    330330    Environment.</para>
    331331
Note: See TracChangeset for help on using the changeset viewer.