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);