From 8b33ed33d6853489777ecb62380470f5c75402ea Mon Sep 17 00:00:00 2001 From: Nick Patavalis Date: Sat, 20 Jan 2018 20:18:31 +0200 Subject: [PATCH] Minor rewording --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b2dad7..8e1665a 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,13 @@ tool, *picocom's* source distribution includes a simple, easy to use, and thoroughly documented terminal-management library, which could serve other projects as well. This library hides the termios(3) calls, and provides a less complex and safer (though certainly less -feature-rich) interface. *picocom* runs on Linux, and with no or minor -modifications it could run on any Unix-like system with the termios(3) -library. +feature-rich) interface. + +*picocom* runs and has, mostly, been tested on Linux. With no, or with +minor, modifications it will run (and most of its features will work) +on any Unix-like system with a reasonably POSIX-compatible termios(3) +interface. Patches to support idiosyncrasies of specific Unix-like +operating systems are very welcome. For a description of picocom's operation, its command line options, and usage examples, see the manual page included in the source