Commit 00ecdd24cf7c70c20ceda0d5b17d21e0c30d07c2

Authored by Rick M
Committed by Stéphane Raimbault
1 parent 36075e26

Minor documentation correction

Sorry for the two PRs, I did one then realized I should check the other
doc/modbus_set_response_timeout.txt
... ... @@ -34,7 +34,7 @@ ERRORS
34 34 ------
35 35 *EINVAL*::
36 36 The argument _ctx_ is NULL, or both _to_sec_ and _to_usec_ are zero, or _to_usec_
37   -is larger than 1000000.
  37 +is larger than 999999.
38 38  
39 39  
40 40 EXAMPLE
... ...