]> git.sur5r.net Git - tio/blobdiff - man/tio.1
Imported Upstream version 1.18
[tio] / man / tio.1
index 4fd81ab3dc8425907035ca1e15c3e8891774bfc9..c71ae848c5c7709c407a2e294921cf33011c89c6 100644 (file)
--- a/man/tio.1
+++ b/man/tio.1
@@ -1,4 +1,4 @@
-.TH "tio" "1" "7 May 2016"
+.TH "tio" "1" "29 June 2016"
 
 .SH "NAME"
 tio \- a simple TTY terminal I/O application
@@ -39,11 +39,18 @@ Set parity (default: none).
 .TP
 .BR \-o ", " "\-\-output\-delay " \fI<ms>
 
-Set output delay [ms] \(em delay inserted between each transmitted character (default: 0).
+Set output delay [ms] inserted between each transmitted character (default: 0).
 .TP
 .BR \-n ", " \-\-no\-autoconnect
 
 Disable automatic connect.
+
+By default tio automatically connects to the provided device if present. If the device is not present it will wait for it to appear and then connect. If the connection is lost (eg. device disconnects) it will wait for the device to reappear and then reconnect.
+
+However, if the
+.B \-\-no\-autoconnect
+option is provided tio will exit if the device is not present or exit if an established connection is lost.
+
 .TP
 .BR \-l ", " "\-\-log " \fI<filename>
 
@@ -74,7 +81,7 @@ Send ctrl-t key code
 
 .SH "EXAMPLES"
 .TP
-A typical use is without options. For example:
+Typical use is without options. For example:
 
 tio /dev/ttyUSB0
 .TP