doc/funcref: fixed a couple of minor mark-up issues.

This commit is contained in:
Ian Abbott 2013-07-23 17:43:19 +01:00
parent 18fc613988
commit 155529234a
1 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ Description:
is affected by the Comedilib out-of-range
behavior (see function <function><link
linkend="func-ref-comedi-set-global-oor-behavior"
>comedi_set_global_oor_behavior></link></function>).
>comedi_set_global_oor_behavior</link></function>).
If the out-of-range behavior is set to
<constant>COMEDI_OOR_NAN</constant>,
endpoint values are converted to <constant>NAN</constant>. If the out-of-range
@ -663,7 +663,7 @@ Description:
Converts <parameter class="function">data</parameter> given in Comedi's integer
sample values (<type>lsampl_t</type>, between <literal>0</literal> and
maxdata) into physical units (<type>double</type>). The
<parameter class="functioN">conversion_polynomial</parameter>
<parameter class="function">conversion_polynomial</parameter>
parameter is obtained from either
<function><link linkend="func-ref-comedi-get-hardcal-converter">comedi_get_hardcal_converter</link></function> or
<function><link linkend="func-ref-comedi-get-softcal-converter">comedi_get_softcal_converter</link></function>.