浏览代码

Minor documentation fixes.

Thanks to Lars Taeuber.
Stéphane Raimbault 9 年之前
父节点
当前提交
46b90c8d9f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/modbus_receive.txt
  2. 1 1
      doc/modbus_set_error_recovery.txt

+ 1 - 1
doc/modbus_receive.txt

@@ -4,7 +4,7 @@ modbus_receive(3)
 
 
 NAME
 NAME
 ----
 ----
-modbus_receive - receive a indication request
+modbus_receive - receive an indication request
 
 
 
 
 SYNOPSIS
 SYNOPSIS

+ 1 - 1
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
 When `MODBUS_ERROR_RECOVERY_LINK` is set, the library will attempt an
 reconnection after a delay defined by response timeout of the libmodbus context.
 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
 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
 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
 reconnection, except for slave/server). This mode will also run flush requests