From ffa9e2c063ef34953896e73c191f63b5d9fe94ef Mon Sep 17 00:00:00 2001 From: Rick M Date: Sun, 9 Jan 2022 19:32:03 -0800 Subject: [PATCH] Minor documentation correction --- doc/modbus_set_byte_timeout.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modbus_set_byte_timeout.txt b/doc/modbus_set_byte_timeout.txt index 84e73ae..86c644c 100644 --- a/doc/modbus_set_byte_timeout.txt +++ b/doc/modbus_set_byte_timeout.txt @@ -38,7 +38,7 @@ errno. ERRORS ------ *EINVAL*:: -The argument _ctx_ is NULL or _to_usec_ is larger than 1000000. +The argument _ctx_ is NULL or _to_usec_ is larger than 999999. SEE ALSO -- libgit2 0.21.4