]> git.sur5r.net Git - cc65/commitdiff
Minor changes.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Aug 2012 19:29:29 +0000 (19:29 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Aug 2012 19:29:29 +0000 (19:29 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5808 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index a359735a7e3f575acf348f19d7c158005c0dea1a..204dbf7a9c4338dcd6604bb6ee6bf6568d355d4a 100644 (file)
@@ -833,14 +833,14 @@ but also removes it from drive RAM (not quite true, but it works like that). Aft
 <p>
 <tt/char ChangeDiskDevice (char newDevice)/
 <p>
-This function changes the logical number of the current device (in fact drives only) to given one. It is
+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 have drive number 9 then GEOS will probably
+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.
 
 <sect2>Disk Initialization
 <p>
-GEOS has two functions for initialization ('logging in' as they say on CP&bsol;M) of a disk.
+GEOS has two functions for initialization ('logging in' as they say on CP/M) of a disk.
 <sect3>OpenDisk
 <p>
 <tt/char OpenDisk (void)/