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/lame.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to LAME</title>
    3131
    32     <para>The <application>LAME</application> package contains 
    33     an MP3 encoder and optionally, an MP3 frame analyzer. This is useful 
     32    <para>The <application>LAME</application> package contains
     33    an MP3 encoder and optionally, an MP3 frame analyzer. This is useful
    3434    for creating and analyzing compressed audio files.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="GTK"/>, 
    62     <xref linkend="NASM"/>, 
    63     <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>, 
    64     <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and 
     61    <para><xref linkend="GTK"/>,
     62    <xref linkend="NASM"/>,
     63    <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
     64    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
    6565    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    6666
     
    7070    <title>Installation of LAME</title>
    7171
    72     <para>Install <application>LAME</application> by running 
     72    <para>Install <application>LAME</application> by running
    7373    the following commands:</para>
    7474
     
    8787    <title>Command Explanations</title>
    8888
    89     <para><parameter>--enable-mp3rtp</parameter>: Builds the 
     89    <para><parameter>--enable-mp3rtp</parameter>: Builds the
    9090    encode-to-RTP program.</para>
    9191
     
    119119        <term><command>lame</command></term>
    120120        <listitem>
    121           <para>creates MP3 audio files from raw 
     121          <para>creates MP3 audio files from raw
    122122          PCM or <filename>.wav</filename> data.</para>
    123123          <indexterm zone="lame lame-prog">
     
    140140        <term><command>mp3x</command></term>
    141141        <listitem>
    142           <para>is a <application>GTK</application> based graphical MP3 
    143           frame analyzer used for debugging, development and studying MP3 
     142          <para>is a <application>GTK</application> based graphical MP3
     143          frame analyzer used for debugging, development and studying MP3
    144144          frames produced by any encoder.</para>
    145145          <indexterm zone="lame mp3x">
     
    152152        <term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
    153153        <listitem>
    154           <para>libraries provide the functions necessary to convert 
     154          <para>libraries provide the functions necessary to convert
    155155          raw PCM and WAV files to MP3 files.</para>
    156156          <indexterm zone="lame libmp3lame">
Note: See TracChangeset for help on using the changeset viewer.