Ignore:
Timestamp:
05/30/2005 09:51:56 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:
33d63e8d
Parents:
abf7c00
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-lib.xml

    rabf7c00 r9df3b847  
    3030    <title>Introduction to ALSA Library</title>
    3131
    32     <para>The <application>ALSA Library</application> package contains 
     32    <para>The <application>ALSA Library</application> package contains
    3333    the ALSA library.  This is used by programs (including <application>ALSA
    3434    Utilities</application>) requiring access to the ALSA sound interface.</para>
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><ulink url="http://jackit.sourceforge.net/">JACK</ulink> and 
     61    <para><ulink url="http://jackit.sourceforge.net/">JACK</ulink> and
    6262    <xref linkend="doxygen"/></para>
    6363
     
    6767    <title>Kernel Configuration</title>
    6868
    69     <para>In the <quote>Sound</quote> section of the kernel configuration, edit 
     69    <para>In the <quote>Sound</quote> section of the kernel configuration, edit
    7070    <emphasis role="bold">Advanced Linux Sound Architecture</emphasis>
    71     options to match your audio hardware and disable deprecated 
    72     <emphasis role="bold">Open Sound System</emphasis>. 
     71    options to match your audio hardware and disable deprecated
     72    <emphasis role="bold">Open Sound System</emphasis>.
    7373    Recompile and install your new kernel.</para>
    7474
     
    8282    <title>Installation of ALSA Library</title>
    8383
    84     <para>Install <application>ALSALibrary</application> by 
     84    <para>Install <application>ALSALibrary</application> by
    8585    running the following commands:</para>
    8686
     
    9494<screen role="root"><userinput>make install</userinput></screen>
    9595
    96     <para>If you have <application>JACK</application> installed 
     96    <para>If you have <application>JACK</application> installed
    9797    and you wish to build the <application>JACK</application>
    9898    PCM plugin library, run the following commands:</para>
     
    105105<screen role="root"><userinput>make install-jack</userinput></screen>
    106106
    107     <para>Ensure the unprivileged user's current working directory is the root of 
     107    <para>Ensure the unprivileged user's current working directory is the root of
    108108    the source tree:</para>
    109109
    110110<screen><userinput>cd ../../..</userinput></screen>
    111111
    112     <para>If you have <application>Doxygen</application> installed and you wish to 
     112    <para>If you have <application>Doxygen</application> installed and you wish to
    113113    build the library API documentation, run the following
    114114    commands from the top-level directory of the source tree:</para>
     
    137137      <title>Config Files</title>
    138138
    139       <para><filename>~/.asoundrc</filename>, 
    140       <filename>/etc/asound.conf</filename>, 
    141       <filename>/usr/share/alsa/alsa.conf</filename>, and 
     139      <para><filename>~/.asoundrc</filename>,
     140      <filename>/etc/asound.conf</filename>,
     141      <filename>/usr/share/alsa/alsa.conf</filename>, and
    142142      <filename>/usr/share/alsa/{cards,pcm}/*.conf</filename></para>
    143143
     
    164164
    165165      <para>The default <filename>alsa.conf</filename> is adequate for most
    166       installations. For extra functionality and/or advanced control of your sound 
    167       device, you may need to create additional configuration files. For 
    168       information on the available configuration parameters, including setup of the 
    169       <application>JACK</application> PCM plugin, visit <ulink 
     166      installations. For extra functionality and/or advanced control of your sound
     167      device, you may need to create additional configuration files. For
     168      information on the available configuration parameters, including setup of the
     169      <application>JACK</application> PCM plugin, visit <ulink
    170170      url="http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php"/>.</para>
    171171
Note: See TracChangeset for help on using the changeset viewer.