From 46b90c8d9f0e5127c88b2297a5b08a8d936bb66f Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 15 Oct 2015 22:54:59 +0200 Subject: [PATCH] Minor documentation fixes. --- doc/modbus_receive.txt | 2 +- doc/modbus_set_error_recovery.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modbus_receive.txt b/doc/modbus_receive.txt index f6f1995..118fdb0 100644 --- a/doc/modbus_receive.txt +++ b/doc/modbus_receive.txt @@ -4,7 +4,7 @@ modbus_receive(3) NAME ---- -modbus_receive - receive a indication request +modbus_receive - receive an indication request SYNOPSIS diff --git a/doc/modbus_set_error_recovery.txt b/doc/modbus_set_error_recovery.txt index 38b69dd..f4194f0 100644 --- a/doc/modbus_set_error_recovery.txt +++ b/doc/modbus_set_error_recovery.txt @@ -25,7 +25,7 @@ libmodbus functions and for handling them if necessary. When `MODBUS_ERROR_RECOVERY_LINK` is set, the library will attempt an reconnection after a delay defined by response timeout of the libmodbus context. -This mode will try a infinite close/connect loop until success on send call and +This mode will try an infinite close/connect loop until success on send call and will just try one time to retablish the connection on select/read calls (if the connecton was down, the values to read are certainly not available anymore after reconnection, except for slave/server). This mode will also run flush requests -- libgit2 0.21.4