From 8fae5ac58c127830a7fa49c598f4ae88ffb287c1 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 4 May 2012 18:29:47 +0100 Subject: [PATCH] doc/reference.xml: Improve description of comedi_insnlist... ... by adding a link to the comedi_do_insnlist function. --- doc/reference.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. + -- 2.26.2