doc/funcref: Fix "Returns:" for comedi_to_physical.
There was a stray space before the "Returns:" heading so it wasn't processed as intended. Also, there was an empty line above it leading to an empty paragraph in the DocBook funcref.xml.
This commit is contained in:
parent
d7e611cc6f
commit
b39b8cb8a4
1 changed files with 1 additions and 2 deletions
|
@ -671,8 +671,7 @@ Description:
|
|||
input <parameter class="function">data</parameter> is performed. It is up to
|
||||
you to check for <parameter class="function">data</parameter> values of
|
||||
0 or maxdata if you want to detect possibly out-of-range readings.
|
||||
|
||||
Returns:
|
||||
Returns:
|
||||
Physical value corresponding to the input sample value.
|
||||
|
||||
Function: comedi_unlock -- subdevice reservation
|
||||
|
|
Loading…
Add table
Reference in a new issue