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-utils.xml

    rabf7c00 r9df3b847  
    3030    <title>Introduction to ALSA Utilities</title>
    3131
    32     <para>The <application>ALSA Utilities</application> package contains 
     32    <para>The <application>ALSA Utilities</application> package contains
    3333    various utilities which are useful for controlling your sound card.</para>
    3434
     
    6565    <title>Installation of ALSA Utilities</title>
    6666
    67     <para>Install <application>ALSA Utilities</application> by 
     67    <para>Install <application>ALSA Utilities</application> by
    6868    running the following commands:</para>
    6969
     
    9696      <title>Configuration Information</title>
    9797
    98       <para>Probably the easiest way to store mixer levels is to set and 
     98      <para>Probably the easiest way to store mixer levels is to set and
    9999      retrieve them using a bootscript.</para>
    100100
     
    103103      </indexterm>
    104104
    105       <para>As the <systemitem class="username">root</systemitem> user, 
    106       install the init script <filename>/etc/rc.d/init.d/alsa</filename> included 
     105      <para>As the <systemitem class="username">root</systemitem> user,
     106      install the init script <filename>/etc/rc.d/init.d/alsa</filename> included
    107107      in the <xref linkend="intro-important-bootscripts"/> package.</para>
    108108
    109109<screen role="root"><userinput>make install-alsa</userinput></screen>
    110110
    111       <para>Note that all channels of your sound card are muted by default. 
     111      <para>Note that all channels of your sound card are muted by default.
    112112      You can use the <command>alsamixer</command> program from
    113113      <application>ALSA Utilities</application> (or any other
     
    116116      <para>The first time the above script is run, it will complain that
    117117      there is no state in <filename>/etc/asound.state</filename>.  You can
    118       prevent this by running the following commands as the 
    119       <systemitem class="username">root</systemitem> user after 
     118      prevent this by running the following commands as the
     119      <systemitem class="username">root</systemitem> user after
    120120      installing <application>ALSA Utilities</application>:</para>
    121121
     
    126126      are commented out.  They are there as an example of other things you may
    127127      wish to do in the startup script.  <filename>sfxload</filename> is a
    128       separate package of interest to SoundBlaster AWE and Live! 
     128      separate package of interest to SoundBlaster AWE and Live!
    129129      users.  It is designed for loading "sound-fonts" (which are used for
    130       MIDI output).  You may wish to delete these lines and add 
    131       your own or, if you have the relevant sound card, install 
     130      MIDI output).  You may wish to delete these lines and add
     131      your own or, if you have the relevant sound card, install
    132132      <filename>sfxload</filename> and uncomment them.</para>
    133133
     
    145145
    146146      <seglistitem>
    147         <seg>aconnect, alsaconf, alsactl, alsamixer, amidi, amixer, aplay, aplaymidi, 
     147        <seg>aconnect, alsaconf, alsactl, alsamixer, amidi, amixer, aplay, aplaymidi,
    148148        arecord, arecordmidi, aseqnet, iecset, and speaker-test</seg>
    149149        <seg>None</seg>
     
    160160        <term><command>aconnect</command></term>
    161161        <listitem>
    162           <para>is a utility for connecting and disconnecting two existing 
     162          <para>is a utility for connecting and disconnecting two existing
    163163          ports in the ALSA sequencer system.</para>
    164164          <indexterm zone="alsa-utils aconnect">
     
    171171        <term><command>alsaconf</command></term>
    172172        <listitem>
    173           <para>is a configuration tool which tries to detect the sound cards 
     173          <para>is a configuration tool which tries to detect the sound cards
    174174          on your system and write a suitable configuration file for ALSA.</para>
    175175          <indexterm zone="alsa-utils alsaconf">
     
    182182        <term><command>alsactl</command></term>
    183183        <listitem>
    184           <para>is used to control advanced settings for the 
     184          <para>is used to control advanced settings for the
    185185          ALSA sound card drivers.</para>
    186186          <indexterm zone="alsa-utils alsactl">
     
    193193        <term><command>alsamixer</command></term>
    194194        <listitem>
    195           <para>is an ncurses-based mixer program for use with the 
     195          <para>is an ncurses-based mixer program for use with the
    196196          ALSA sound card drivers.</para>
    197197          <indexterm zone="alsa-utils alsamixer">
     
    204204        <term><command>amidi</command></term>
    205205        <listitem>
    206           <para>is used to read from and write to ALSA 
     206          <para>is used to read from and write to ALSA
    207207          RawMIDI ports.</para>
    208208          <indexterm zone="alsa-utils amidi">
     
    215215        <term><command>amixer</command></term>
    216216        <listitem>
    217           <para> allows command-line control of the mixers for the 
     217          <para> allows command-line control of the mixers for the
    218218          ALSA sound card drivers.</para>
    219219          <indexterm zone="alsa-utils amixer">
     
    226226        <term><command>aplay</command></term>
    227227        <listitem>
    228           <para>is a command-line soundfile player for the 
     228          <para>is a command-line soundfile player for the
    229229          ALSA sound card drivers.</para>
    230230          <indexterm zone="alsa-utils aplay">
     
    237237        <term><command>aplaymidi</command></term>
    238238        <listitem>
    239           <para>is a command-line utility that plays the specified 
     239          <para>is a command-line utility that plays the specified
    240240          MIDI file(s) to one or more ALSA sequencer ports.</para>
    241241          <indexterm zone="alsa-utils aplaymidi">
     
    248248        <term><command>arecord</command></term>
    249249        <listitem>
    250           <para>is a command-line soundfile recorder for the 
     250          <para>is a command-line soundfile recorder for the
    251251          ALSA sound card drivers.</para>
    252252          <indexterm zone="alsa-utils arecord">
     
    259259        <term><command>arecordmidi</command></term>
    260260        <listitem>
    261           <para>is a command-line utility that records a standard 
     261          <para>is a command-line utility that records a standard
    262262          MIDI file from one or more ALSA sequencer ports.</para>
    263263          <indexterm zone="alsa-utils arecordmidi">
     
    270270        <term><command>aseqnet</command></term>
    271271        <listitem>
    272           <para>is an ALSA sequencer client which sends 
     272          <para>is an ALSA sequencer client which sends
    273273          and receives event packets over a network.</para>
    274274          <indexterm zone="alsa-utils aseqnet">
     
    281281        <term><command>iecset</command></term>
    282282        <listitem>
    283           <para>is a small utility to set or dump the IEC958 (or so-called 
    284           <quote>S/PDIF</quote>) status bits of the specified sound 
     283          <para>is a small utility to set or dump the IEC958 (or so-called
     284          <quote>S/PDIF</quote>) status bits of the specified sound
    285285          card via the ALSA control API.</para>
    286286          <indexterm zone="alsa-utils iecset">
Note: See TracChangeset for help on using the changeset viewer.