From f06bcd9b6e3d28ec1397d698efd2ecf5375b5c66 Mon Sep 17 00:00:00 2001 From: tille <> Date: Tue, 24 May 2005 22:04:29 +0000 Subject: [PATCH] corrected XML errors. --- LDP/guide/docbook/Intro-Linux/chap7.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LDP/guide/docbook/Intro-Linux/chap7.xml b/LDP/guide/docbook/Intro-Linux/chap7.xml index 6c4efe0d..0396b3ef 100644 --- a/LDP/guide/docbook/Intro-Linux/chap7.xml +++ b/LDP/guide/docbook/Intro-Linux/chap7.xml @@ -410,7 +410,7 @@ who | cut -d " " -f 1 | sort -u 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 LIST. Then it sets the name of the copy for each file, and then it copies the file. For each file, a message is printed: -tille:~> cat bin/makebackupfiles.sh +tille:~> cat bin/makebackupfiles.sh #!/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 Restrictions 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. - + Other formats @@ -581,7 +581,7 @@ If your soundcard is not supported by default, you will need to apply other tech Playmidi: a MIDI player, see the GNU directory. AlsaPlayer: from the Advanced Linux Sound Architecture project, see the AlsaPlayer web site. mplayer: plays just about anything, including mp3 files. More info on the MPlayerHQ website. -hxplay: supports RealAudio and RealVideo, mp3, mp4 audio, Flash, wav and more, see HelixDNA. +hxplay: supports RealAudio and RealVideo, mp3, mp4 audio, Flash, wav and more, see HelixDNA. rhythmbox: based on the GStremaer framework, can play everything supported in GStreamner, which claims to be able to play everything, see the RhythmBox and GStreamer sites.