]> git.sur5r.net Git - cc65/commitdiff
Fixed C&P issue.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Jun 2009 08:41:24 +0000 (08:41 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Jun 2009 08:41:24 +0000 (08:41 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3967 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/apple2enh.sgml

index 5f7a3be528b10f5c7342eed4ecb9fedf58134d14..22416013dde81e415cbe97d4d2d90f98ee21358e 100644 (file)
@@ -320,7 +320,7 @@ The function <htmlurl url="dio-1.html" name="dio_open()"> has the single paramet
 slot and drive pair is mapped to that <tt/drive_id/ according to the formula
 
 <verb>
-    <tt/drive_id/ = (slot * 2) + (drive - 1)
+    drive_id = (slot * 2) + (drive - 1)
 </verb>
 
 so that for example slot 6 drive 1 is mapped to <tt/drive_id/ 12.
index 2a3998428f354c2f2a9ee27a82330c5f7a20d9b4..17259ab1de22b642925709b5bbc76ebedf6a9b6b 100644 (file)
@@ -321,7 +321,7 @@ The function <htmlurl url="dio-1.html" name="dio_open()"> has the single paramet
 slot and drive pair is mapped to that <tt/drive_id/ according to the formula
 
 <verb>
-    <tt/drive_id/ = (slot * 2) + (drive - 1)
+    drive_id = (slot * 2) + (drive - 1)
 </verb>
 
 so that for example slot 6 drive 1 is mapped to <tt/drive_id/ 12.