Changeset 3fdf620


Ignore:
Timestamp:
11/19/2007 06:56:27 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:
d6f6f53
Parents:
99045c13
Message:

Minor clarification and typo fixes

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r99045c13 r3fdf620  
    4848          <para>[ag] - Fixed a broken link to the Python documentation. Reported by
    4949          Moody.</para>
    50           </listitem>
     50        </listitem>
    5151        <listitem>
    5252          <para>[ag] - Added a switch in the 'Command Explanations' section
    53           of the Vorbis Tools page, that allows ogg123 to be built without
     53          of the Vorbis Tools page that allows ogg123 to be built without
    5454          cURL. Reported by laxy. Fixes #2413.</para>
    5555        </listitem>
  • multimedia/audioutils/vorbistools.xml

    r99045c13 r3fdf620  
    7373    <para role="required"><xref linkend="libvorbis"/></para>
    7474
    75     <bridgehead renderas="sect4">Recommended (to Build <command>ogg123</command>)
    76     </bridgehead>
    77     <para role="recommended"><xref linkend="curl"/> and
    78     <xref linkend="libao"/> (Required)</para>
     75    <bridgehead renderas="sect4">Optional (Required to Build the ogg123
     76    Program)</bridgehead>
     77    <para role="optional"><xref linkend="curl"/> and
     78    <xref linkend="libao"/></para>
    7979
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
     
    101101./configure --prefix=/usr \
    102102            --enable-vcut \
    103             --mandir=/usr/share/man &amp;&amp;
     103            --mandir=/usr/share/man \
     104            --without-curl &amp;&amp;
    104105make</userinput></screen>
    105106
     
    130131    <para><command>autoconf</command>: This command is used to regenerate the
    131132    <command>configure</command> script as the <application>FLAC</application>
    132     patch modified the <filename>configure.ac</filename> file.</para>
     133    patch modifies the <filename>configure.ac</filename> file.</para>
    133134
    134135    <para><parameter>--enable-vcut</parameter>: This parameter is used so that
     
    140141    <filename class="directory">/usr/share/man</filename>.</para>
    141142   
    142     <para><parameter>--without-curl</parameter>: This parameter disables http
    143      streaming in <command>ogg123</command>.</para>
     143    <para><parameter>--without-curl</parameter>: This parameter disables HTTP
     144    streaming in <command>ogg123</command>. Remove this parameter if you have
     145    <application>cURL</application> installed.</para>
    144146
    145147 </sect2>
Note: See TracChangeset for help on using the changeset viewer.