corrected XML errors.

This commit is contained in:
tille 2005-05-24 22:04:29 +00:00
parent 2c553832eb
commit f06bcd9b6e
1 changed files with 3 additions and 3 deletions

View File

@ -410,7 +410,7 @@ who | cut -d " " -f 1 | sort -u
<para>Here is a script consisting of some more lines, that I use to make backup copies of all files in a directory.
The script first makes a list of all the files in the current directory and puts it in the variable <varname>LIST</varname>. Then it sets the name of the copy for each file, and then it copies the file. For each file, a message is printed:</para>
<screen>
<prompt>tille:~&gt;</prompt> <command>cat <filename>bin/makebackupfiles.sh </command>
<prompt>tille:~&gt;</prompt> <command>cat <filename>bin/makebackupfiles.sh</filename></command>
#!/bin/bash
# make copies of all files in a directory
LIST=`ls`
@ -569,7 +569,7 @@ If your soundcard is not supported by default, you will need to apply other tech
<note><title>Restrictions</title>
<para>Some distributions don't allow you to play MP3's without modifying your configuration, this is due to license restrictions on the MP3 tools. You might need to install extra software to be able to play your music.</para>
<note>
</note>
</sect4>
<sect4 id="sect_07_04_03_02_02"><title>Other formats</title>
@ -581,7 +581,7 @@ If your soundcard is not supported by default, you will need to apply other tech
<listitem><para>Playmidi: a MIDI player, see the GNU directory.</para></listitem>
<listitem><para>AlsaPlayer: from the Advanced Linux Sound Architecture project, see the <ulink url="http://www.alsaplayer.org">AlsaPlayer web site</ulink>.</para></listitem>
<listitem><para><command>mplayer</command>: plays just about anything, including mp3 files. More info on the <ulink url="http://www.mplayerhq.hu/">MPlayerHQ website</ulink>.</para></listitem>
<listitem><para><command>hxplay</command>: supports RealAudio and RealVideo, mp3, mp4 audio, Flash, wav and more, see <ulink url="http://www.helixdna.com" />HelixDNA</ulink>.</para></listitem>
<listitem><para><command>hxplay</command>: supports RealAudio and RealVideo, mp3, mp4 audio, Flash, wav and more, see <ulink url="http://www.helixdna.com">HelixDNA</ulink>.</para></listitem>
<listitem><para><command>rhythmbox</command>: based on the <application>GStremaer</application> framework, can play everything supported in <application>GStreamner</application>, which claims to be able to play everything, see the <ulink url="http://www.rhythmbox.org">RhythmBox</ulink> and <ulink url="http://gstreamer.freedesktop.org">GStreamer</ulink> sites.</para></listitem>
</itemizedlist>