Fix documentation
authorDavid Schleef <ds@schleef.org>
Fri, 8 Mar 2002 19:42:03 +0000 (19:42 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 8 Mar 2002 19:42:03 +0000 (19:42 +0000)
comedi/drivers/comedi_rt_timer.c

index e49ea41bdf54a80bab31ae3681dba352b78c7a8b..f07b8d4d447e7cc0e2c17f978d876d8e94ae0ffc 100644 (file)
@@ -42,19 +42,14 @@ higher than with a device that has an on-board timer, and maximum
 sample rate is much lower.
 
 Configuration options:
-  [0] - device index
-  [1] - subdevice index
+  [0] - minor number of device you wish to emulate commands for
+  [1] - subdevice number you wish to emulate commands for
 */
 /*
-Options:
-       [0] - minor number of device you wish to emulate commands for
-       [1] - subdevice number you wish to emulate commands for
-
 TODO:
        Support for digital io commands could be added, except I can't see why
                anyone would want to use them
        What happens if device we are emulating for is de-configured?
-
 */