]> git.sur5r.net Git - cc65/blobdiff - doc/dio.sgml
Changed the wording of the doc/da65.sgml.
[cc65] / doc / dio.sgml
index c85992a4a9b979a6d17bde013a244db0993ae9f8..39aac251cf532d97316cbaa7cb27a69637cdf822 100644 (file)
@@ -25,8 +25,7 @@ released with the <tt>dio_close</tt> function.
     dhandle_t __fastcall__ dio_open (unsigned char device);
 </verb></tscreen>
 
-The <tt>device</tt> specifies the device to access, with 0 being the first
-device, 1 the second, and so on.
+The <tt>device</tt> specifies the device to access.
 
 <tscreen><verb>
     unsigned char __fastcall__ dio_close (dhandle_t handle);