Ignore:
Timestamp:
05/30/2005 09:50:09 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:
abf7c00
Parents:
00c8453
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/cdparanoia.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to CDParanoia</title>
    3131
    32     <para>The <application>CDParanoia</application> package contains a CD 
     32    <para>The <application>CDParanoia</application> package contains a CD
    3333    audio exraction tool. This is useful for extracting <filename>.wav</filename>
    34     files from audio CDs.  A CDDA capable CDROM drive is needed. 
     34    files from audio CDs.  A CDDA capable CDROM drive is needed.
    3535    Practically all drives supported by Linux can be used.</para>
    3636
     
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    62         <para>Required Patch: <ulink 
     62        <para>Required Patch: <ulink
    6363        url="&patch-root;/cdparanoia-III-alpha9.8-includes-1.patch"/></para>
    6464      </listitem>
    6565      <listitem>
    66         <para>Required Patch: <ulink 
     66        <para>Required Patch: <ulink
    6767        url="&patch-root;/cdparanoia-III-alpha9.8-gcc34-1.patch"/></para>
    6868      </listitem>
     
    7474    <title>Installation of CDParanoia</title>
    7575
    76     <para>Install <application>CDParanoia</application> by running the following 
     76    <para>Install <application>CDParanoia</application> by running the following
    7777    commands:</para>
    7878
     
    126126        <term><command>cdparanoia</command></term>
    127127        <listitem>
    128           <para>is used for 'ripping' an audio-cd. Ripping is the process of 
     128          <para>is used for 'ripping' an audio-cd. Ripping is the process of
    129129          digitally extracting music from an audio-cd.</para>
    130130          <indexterm zone="cdparanoia cdparanoia-prog">
     
    137137        <term><filename class='libraryfile'>libcdda_interface.[so,a]</filename></term>
    138138        <listitem>
    139           <para>contains functions used by <command>cdparanoia</command>, as 
    140           well as other packages, which can automatically identify if a 
     139          <para>contains functions used by <command>cdparanoia</command>, as
     140          well as other packages, which can automatically identify if a
    141141          CD device is CDDA compatible.</para>
    142142          <indexterm zone="cdparanoia libcdda_interface">
     
    149149        <term><filename class='libraryfile'>libcdda_paranoia.[so,a]</filename></term>
    150150        <listitem>
    151           <para>contains functions used by <command>cdparanoia</command>, as 
    152           well as other packages, which provide data verification, synchronization, 
     151          <para>contains functions used by <command>cdparanoia</command>, as
     152          well as other packages, which provide data verification, synchronization,
    153153          error handling and scratch reconstruction capability.</para>
    154154          <indexterm zone="cdparanoia libcdda_paranoia">
Note: See TracChangeset for help on using the changeset viewer.