From 001120aec08642dd5bcb018d7b7899662bbe7115 Mon Sep 17 00:00:00 2001 From: sezero Date: Sat, 12 Feb 2011 22:20:09 +0000 Subject: [PATCH] README punctuation patch from Sander van Dijk git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@412 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/README.html | 2 +- quakespasm/README.sgml | 2 +- quakespasm/README.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/quakespasm/README.html b/quakespasm/README.html index 899fa186..c9a5480a 100644 --- a/quakespasm/README.html +++ b/quakespasm/README.html @@ -88,7 +88,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and

Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.

diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml index 8d9462b7..1ef14a44 100644 --- a/quakespasm/README.sgml +++ b/quakespasm/README.sgml @@ -46,7 +46,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and Music Playback

Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files. -Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music". +Tracks should be named like "track02.ogg", "track03.ogg" ... (there is no track01) and placed into "Quake/id1/music". Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG. Use the "-nomusic" option to disable this feature. diff --git a/quakespasm/README.txt b/quakespasm/README.txt index f671ad5e..244596d1 100644 --- a/quakespasm/README.txt +++ b/quakespasm/README.txt @@ -80,8 +80,8 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files. - o Tracks should be named "track02.ogg, track03.ogg" ... (for example. - there is no track01), and placed into "Quake/id1/music". + o Tracks should be named like "track02.ogg", "track03.ogg" ... (there + is no track01) and placed into "Quake/id1/music". o Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.