added some missing end tags, noted by Steven Jenkins
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 21 Dec 2003 18:07:42 +0000 (18:07 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 21 Dec 2003 18:07:42 +0000 (18:07 +0000)
doc/comedilib.sgml
doc/driverwriting.sgml
doc/install.sgml
doc/other.sgml
doc/tutorial.sgml

index 92a782c16792196ddfe4270874bac520b7b1eec8..e491ce123c0416ac6f9b9f1d311db2db1f8cc0e8 100644 (file)
@@ -101,6 +101,7 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 USA.
+ </para>
  </legalnotice>
 
 </artheader>
index 64768269408aa47dd6e53bbcfd9f4a2205acfda7..00e75dd1f4a8205993c753ae6722d699639c42b0 100644 (file)
@@ -261,6 +261,7 @@ struct comedi_lrange_struct{
 <section id="comedisubdevice">
 <title>
 <function>comedi_subdevice</function>
+</title>
 <para>
 The subdevice is the smallest &comedi; entity that can be used for
 <quote>stand-alone</quote> DAQ, so it is no surprise that it is
@@ -271,17 +272,17 @@ struct comedi_subdevice_struct{
   int  n_chan;
   int  subdev_flags;
   int  len_chanlist;           /* maximum length of channel/gain list */
-  
+
   void *private;
-  
+
   <link linkend="comediasync">comedi_async</link> *async;
-  
+
   void         *lock;
   void         *busy;
   unsigned int runflags;
-  
+
   int          io_bits;
-  
+
   <link linkend="ref-type-lsampl-t">lsampl_t</link> maxdata;       /* if maxdata==0, use list */
   <link linkend="ref-type-lsampl-t">lsampl_t</link> *maxdata_list; /* list is channel specific */
   
@@ -830,7 +831,7 @@ Drivers should report errors and warnings via the
 </listitem>
 
 </itemizedlist>
-
+</para>
 </section>
 
 <section id="integratingdriver">
index c5b31330a04f3f86ab51746fe3a5bbc9c16c7c5a..a1c942f4cd427a7bf26f2084464b87357e2e3f9e 100644 (file)
@@ -65,6 +65,7 @@ run comedi_config as
 <screen>
 comedi_config /dev/comedi0 ni_atmio
 </screen>
+</para>
 <para>
 
 For the <literal>Data Translation</literal> board, you need to have a
index 3f84ef4dbd4044711d9d754e8ddee8e6bc4e5cde..e4154ece54ebc5533a89a2eeb5c0b08970b86c6e 100644 (file)
@@ -65,6 +65,7 @@ The <parameter class=function>subdevice</parameter> and
 integers that indicate which subdevice and channel is used in the
 acquisition. The integer <parameter class=function>bit</parameter>
 contains the value of the acquired bit.
+</para>
 <para>
 The direction of bidirectional lines can be configured using
 the function
@@ -1452,7 +1453,7 @@ data[3]: primary analog level.
 data[4]: secondary analog level.
   </member>
 </simplelist>
-
+</para>
 <para>
 Analog triggering is described by a digital combining machine that
 has two sensitive digital inputs.  The sensitive digital inputs are
index 5f73809140d3c2b91f277fd0a92986da44146e09..8d3d2c23cc23db44181a0d34e972858ce54e456f 100644 (file)
@@ -57,6 +57,7 @@ The
 <filename>comedi0</filename> device file is configured to point to a
 valid &comedi; driver. <xref linkend="cardconfiguration"> explains
 how this driver is linked to the <quote>device file</quote>.
+</para>
 <para>
 The code above is basically the guts of
 <filename>demo/inp.c</filename>, without error checking or fancy