Commit 46b90c8d9f0e5127c88b2297a5b08a8d936bb66f

Authored by Stéphane Raimbault
1 parent 69e1e22e

Minor documentation fixes.

Thanks to Lars Taeuber.
doc/modbus_receive.txt
@@ -4,7 +4,7 @@ modbus_receive(3) @@ -4,7 +4,7 @@ modbus_receive(3)
4 4
5 NAME 5 NAME
6 ---- 6 ----
7 -modbus_receive - receive a indication request 7 +modbus_receive - receive an indication request
8 8
9 9
10 SYNOPSIS 10 SYNOPSIS
doc/modbus_set_error_recovery.txt
@@ -25,7 +25,7 @@ libmodbus functions and for handling them if necessary. @@ -25,7 +25,7 @@ libmodbus functions and for handling them if necessary.
25 25
26 When `MODBUS_ERROR_RECOVERY_LINK` is set, the library will attempt an 26 When `MODBUS_ERROR_RECOVERY_LINK` is set, the library will attempt an
27 reconnection after a delay defined by response timeout of the libmodbus context. 27 reconnection after a delay defined by response timeout of the libmodbus context.
28 -This mode will try a infinite close/connect loop until success on send call and 28 +This mode will try an infinite close/connect loop until success on send call and
29 will just try one time to retablish the connection on select/read calls (if the 29 will just try one time to retablish the connection on select/read calls (if the
30 connecton was down, the values to read are certainly not available anymore after 30 connecton was down, the values to read are certainly not available anymore after
31 reconnection, except for slave/server). This mode will also run flush requests 31 reconnection, except for slave/server). This mode will also run flush requests