1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Minor cosmetics, typos, and so on.

This commit is contained in:
Uwe Hermann
2013-11-14 17:33:53 +01:00
parent 8094e4a0ce
commit f92f1f0c20
4 changed files with 26 additions and 15 deletions

6
README
View File

@@ -1,6 +1,6 @@
----------------------------------------------------------------
-------------------------------------------------------------------------------
libserialport: cross-platform library for accessing serial ports
----------------------------------------------------------------
-------------------------------------------------------------------------------
libserialport is a minimal library written in C that is intended to take care
of the OS-specific details when writing software that uses serial ports.
@@ -75,7 +75,7 @@ can be obtained by calling sp_last_error_code() or sp_last_error_message(). The
error code or message is that provided by the OS; libserialport does not define
any error codes or messages of its own.
Functions calls that succeed return SP_OK, which is equal to zero, or where
Function calls that succeed return SP_OK, which is equal to zero, or where
otherwise documented a positive value.
The available functions are as follows: