From: Oliver Schmidt Date: Thu, 22 Feb 2018 12:30:50 +0000 (+0100) Subject: Update dio.sgml X-Git-Tag: V2.17~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83890e56eb61933ee45985de368d5f80d56eab77;p=cc65 Update dio.sgml --- diff --git a/doc/dio.sgml b/doc/dio.sgml index c85992a4a..39aac251c 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -25,8 +25,7 @@ released with the dio_close function. dhandle_t __fastcall__ dio_open (unsigned char device); -The device specifies the device to access, with 0 being the first -device, 1 the second, and so on. +The device specifies the device to access. unsigned char __fastcall__ dio_close (dhandle_t handle);