doc/reference.xml: Improve description of comedi_insnlist...

... by adding a link to the comedi_do_insnlist function.
This commit is contained in:
Ian Abbott 2012-05-04 18:29:47 +01:00
parent 683e685c9f
commit 8fae5ac58c

View 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>