From: Ian Abbott Date: Fri, 4 May 2012 17:29:47 +0000 (+0100) Subject: doc/reference.xml: Improve description of comedi_insnlist... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8fae5ac58c127830a7fa49c598f4ae88ffb287c1;p=comedilib.git doc/reference.xml: Improve description of comedi_insnlist... ... by adding a link to the comedi_do_insnlist function. --- diff --git a/doc/reference.xml b/doc/reference.xml index 8cf7123..08c4c3b 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -637,8 +637,11 @@ struct comedi_insnlist_struct{ -An instruction list (comedi_insnlist) structure is used to communicate -a list of instructions. +A comedi_insnlist structure is used to communicate +a list of instructions to the driver using the +comedi_do_insnlist +function. +