Ignore:
Timestamp:
05/30/2005 09:53:21 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:
79ccca0
Parents:
33d63e8d
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/nas.xml

    r33d63e8d r50b692d  
    3131
    3232    <para>The Network Audio System is a network transparent, client/server audio
    33     transport system used to read , write and play audio files in many formats 
    34     including <filename>.au</filename>, <filename>.snd</filename>, 
    35     <filename>.voc</filename>, <filename>.wav</filename>, 
    36     <filename>.aiff</filename>, <filename>.aif</filename> and 
    37     <filename>.iff</filename>. It can be described as the audio equivalent of an 
     33    transport system used to read , write and play audio files in many formats
     34    including <filename>.au</filename>, <filename>.snd</filename>,
     35    <filename>.voc</filename>, <filename>.wav</filename>,
     36    <filename>.aiff</filename>, <filename>.aif</filename> and
     37    <filename>.iff</filename>. It can be described as the audio equivalent of an
    3838    <application>X</application> server.</para>
    3939
     
    6060    </itemizedlist>
    6161
    62 <!-- 
     62<!--
    6363    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6464    <itemizedlist spacing='compact'>
    6565      <listitem>
    66         <para>Required Patch: <ulink 
     66        <para>Required Patch: <ulink
    6767        url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para>
    6868      </listitem>
     
    8080    <title>Installation of NAS</title>
    8181
    82     <para>Install <application>NAS</application> by running the 
     82    <para>Install <application>NAS</application> by running the
    8383    following commands:</para>
    8484
     
    9595    <title>Command Explanations</title>
    9696
    97     <para><command>xmkmf</command>; <command>make World</command>: 
     97    <para><command>xmkmf</command>; <command>make World</command>:
    9898    These commands use the standard for compiling <application>X</application>
    9999    based applications.</para>
     
    123123<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
    124124
    125       <para>Edit the new configuration file to suit your network and system 
     125      <para>Edit the new configuration file to suit your network and system
    126126      needs.</para>
    127127
     
    141141<screen role="root"><userinput>make install-nas</userinput></screen>
    142142
    143       <para>The init script uses a default parameter to allow access to all hosts on 
     143      <para>The init script uses a default parameter to allow access to all hosts on
    144144      the network. Review the <command>nasd</command> man page for other available
    145145      parameters if you need to modify the script.</para>
     
    158158
    159159      <seglistitem>
    160         <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone, 
    161         auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd, 
     160        <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone,
     161        auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
    162162        playbucket, and soundtoh</seg>
    163163        <seg>libaudio.[so,a]</seg>
     
    174174        <term><command>au[utilities]</command></term>
    175175        <listitem>
    176           <para>are a collection of tools to convert, play, edit, record, 
    177           and manipulate sound files. See the respective man page for each utility 
     176          <para>are a collection of tools to convert, play, edit, record,
     177          and manipulate sound files. See the respective man page for each utility
    178178          for a full description of each one.</para>
    179179          <indexterm zone="nas au-utilities">
     
    216216        <term><command>playbucket</command></term>
    217217        <listitem>
    218           <para>plays, or creates, the bucket corresponding to the 
     218          <para>plays, or creates, the bucket corresponding to the
    219219          specified file.</para>
    220220          <indexterm zone="nas playbucket">
Note: See TracChangeset for help on using the changeset viewer.