diff --git a/doc/funcref b/doc/funcref
index b17d932..39900aa 100644
--- a/doc/funcref
+++ b/doc/funcref
@@ -614,8 +614,8 @@ Param: enum comedi_oor_behavior behavior
Description:
This function changes the Comedilib out-of-range behavior.
This currently affects the behavior of
- comedi_to_phys when
- converting endpoint sample values, that is, sample values
+ comedi_to_phys
+ when converting endpoint sample values, that is, sample values
equal to 0 or maxdata. If the out-of-range behavior is set to
COMEDI_OOR_NAN, endpoint values are converted to
@@ -644,7 +644,10 @@ Description:
Conversion of endpoint sample values, that is, sample values
equal to 0 or maxdata,
is affected by the Comedilib out-of-range
- behavior. If the out-of-range behavior is set to
+ behavior (see function comedi_set_global_oor_behavior>).
+ If the out-of-range behavior is set to
COMEDI_OOR_NAN,
endpoint values are converted to NAN. If the out-of-range
behavior is set to COMEDI_OOR_NUMBER, the endpoint values are