Ignore:
Timestamp:
05/30/2005 09:53:21 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79ccca0
Parents:
33d63e8d
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    r33d63e8d r50b692d  
    3131
    3232    <para>The Simple DirectMedia Layer (<application>SDL</application>
    33     for short) is a cross-platform library designed to make it easy to write 
     33    for short) is a cross-platform library designed to make it easy to write
    3434    multimedia software, such as games and emulators.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="alsa"/>, 
     61    <para><xref linkend="alsa"/>,
    6262    <xref linkend="esound"/>,
    6363    <xref linkend="arts"/>,
    6464    <xref linkend="nas"/>,
    65     <xref linkend="NASM"/>, 
     65    <xref linkend="NASM"/>,
    6666    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    6767    <xref linkend="aalib"/>,
    68     <ulink url="http://www.directfb.org/">DirectFB</ulink>, 
    69     <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, 
    70     <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>, 
    71     <ulink url="http://www.trolltech.com/download/qtopia/">Qtopia</ulink> and 
     68    <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     69    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
     70    <ulink url="http://www.gnu.org/software/pth/">GNU Pth</ulink>,
     71    <ulink url="http://www.trolltech.com/download/qtopia/">Qtopia</ulink> and
    7272    <ulink url="http://picogui.org/">PicoGUI</ulink></para>
    7373
     
    7777    <title>Installation of SDL</title>
    7878
    79     <para>Install <application>SDL</application> by running the 
     79    <para>Install <application>SDL</application> by running the
    8080    following commands:</para>
    8181
     
    9595
    9696    <para><parameter>--disable-debug</parameter>: This switch configures
    97     <application>SDL</application> to build with aggressive 
     97    <application>SDL</application> to build with aggressive
    9898    optimizations.</para>
    9999
     
    107107    <title>Testing SDL</title>
    108108
    109     <para>It is advisable to test the installation of 
     109    <para>It is advisable to test the installation of
    110110    <application>SDL</application> using the included
    111111    test programs. It is not required to install any of the resulting binaries
     
    156156        <term><command>sdl-config</command></term>
    157157        <listitem>
    158           <para>determines the compile and linker flags that should be used to 
    159           compile and link programs that use 
     158          <para>determines the compile and linker flags that should be used to
     159          compile and link programs that use
    160160          <filename class='libraryfile'>libSDL</filename>.</para>
    161161          <indexterm zone="sdl sdl-config">
Note: See TracChangeset for help on using the changeset viewer.