From ca602fccd00b029e15a860a5f7f9faec14cf0480 Mon Sep 17 00:00:00 2001 From: Christos Kontas Date: Sun, 1 Jan 2012 01:47:23 +0200 Subject: [PATCH] Fix a typo for a function link in documentation --- doc/libmodbus.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/libmodbus.txt b/doc/libmodbus.txt index dfee6bb..38eb6e0 100644 --- a/doc/libmodbus.txt +++ b/doc/libmodbus.txt @@ -38,7 +38,7 @@ ease the implementation of a variant, the library was designed to use a backend for each variant. The backends are also a convenient way to fulfill other requirements (eg. real-time operations). Each backend offers a specific function to create a new 'modbus_t' context. The 'modbus_t' context is an opaque -structure containing all necessary information to etablish a connection with +structure containing all necessary information to establish a connection with others Modbus devices according to the selected variant. You can choose the best context for your needs among: @@ -167,7 +167,7 @@ Read data:: linkmb:modbus_read_input_bits[3] linkmb:modbus_read_registers[3] linkmb:modbus_read_input_registers[3] - libkmb:modbus_report_slave_id[3] + linkmb:modbus_report_slave_id[3] Write data:: linkmb:modbus_write_bit[3] -- libgit2 0.21.4