diff --git a/debian/control b/debian/control index f7fe99e..4e68773 100644 --- a/debian/control +++ b/debian/control @@ -10,21 +10,21 @@ Package: libmodbus5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: library for the Modbus protocol - A Modbus library written in C, to send/receive data with a device which - respects the Modbus protocol. This library can use a serial port or an - Ethernet connection. +Description: A Modbus library + libmodbus is a C library designed to provide a fast and robust implementation + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. . - This package contains the shared library. + This package contains the libmodbus shared library. + Package: libmodbus-dev Section: libdevel Architecture: any Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: library for the Modbus protocol - A Modbus library written in C, to send/receive data with a device which - respects the Modbus protocol. This library can use a serial port or an - Ethernet connection. +Description: A Modbus library + libmodbus is a C library designed to provide a fast and robust implementation + of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. . - This package contains the development files. + This package contains libraries, header files and developer documentation + needed for developing software which uses the libmodbus library. diff --git a/doc/libmodbus.txt b/doc/libmodbus.txt index adb4ee8..dfee6bb 100644 --- a/doc/libmodbus.txt +++ b/doc/libmodbus.txt @@ -4,7 +4,7 @@ libmodbus(7) NAME ---- -libmodbus - fast and portable Modbus library +libmodbus - a fast and portable Modbus library SYNOPSIS