doc/reference.xml: Improve description of comedi_insnlist...
authorIan Abbott <abbotti@mev.co.uk>
Fri, 4 May 2012 17:29:47 +0000 (18:29 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 4 May 2012 17:29:47 +0000 (18:29 +0100)
... by adding a link to the comedi_do_insnlist function.

doc/reference.xml

index 8cf71238274735c51d4778441ba6573325a0fc50..08c4c3bf94a9a6b97959802363b0badac605defe 100644 (file)
@@ -637,8 +637,11 @@ struct comedi_insnlist_struct{
 </programlisting>
 
 <para>
-An instruction list (<type>comedi_insnlist</type>) structure is used to communicate
-a list of instructions.
+A <type>comedi_insnlist</type> structure is used to communicate
+a list of instructions to the driver using the
+<function><link linkend="func-ref-comedi-do-insnlist">comedi_do_insnlist</link></function>
+function.
+
 </para>
 
 </section>