]> git.sur5r.net Git - cc65/commitdiff
Fix by Spiro Trikaliotis.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 19 Aug 2012 10:28:12 +0000 (10:28 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 19 Aug 2012 10:28:12 +0000 (10:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5809 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 204dbf7a9c4338dcd6604bb6ee6bf6568d355d4a..b550f770e24bbebec60b2c93fb46df0410e52a7f 100644 (file)
@@ -835,8 +835,8 @@ but also removes it from drive RAM (not quite true, but it works like that). Aft
 <p>
 This function changes the logical number of the current device (in fact drives only) to the given one. It is
 usable for swapping drives. There's no check if the given <tt/newDevice/ already exist, so if you want
-to change the logical number of drive 8 to 9 and you don't have drive number 9 then GEOS will probably
-hang on disk access. Use safe, large numbers. Note that the safe IEC range is 8-31.
+to change the logical number of drive 8 to 9 and you already have a drive number 9 then GEOS will probably
+hang on disk access. Use safe, large numbers. Note that the safe IEC range is 8-30.
 
 <sect2>Disk Initialization
 <p>