From 14fc77ffc13a4c60a98f0bb7e0f431e9ed7cf1fd Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 15 Oct 2022 00:58:47 +0200 Subject: [PATCH] Update plain text man page --- man/tio.1.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/man/tio.1.txt b/man/tio.1.txt index 3e03611..2ed7b1c 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -1,4 +1,4 @@ -tio(1) User Commands tio(1) +tio(1) User Commands tio(1) NAME tio - a simple serial device I/O tool @@ -66,7 +66,7 @@ OPTIONS 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 + 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 --no-autoconnect option is provided, tio will exit if the device is not present or an established connection is lost. @@ -151,8 +151,8 @@ OPTIONS Redirect I/O to socket. - Any input from clients connected to the socket is sent on the serial port as if entered at the terminal where tio is running (except that ctrl-t sequences are not recognized), - and any input from the serial port is multiplexed to the terminal and all connected clients. + Any input from clients connected to the socket is sent on the serial port as if entered at the terminal where tio is running (except that ctrl-t sequences are not recognized), and + any input from the serial port is multiplexed to the terminal and all connected clients. Sockets remain open while the serial port is disconnected, and writes will block. @@ -245,6 +245,8 @@ KEYS ctrl-t v Show version + ctrl-t ctrl-t Send ctrl-t character + HEXADECIMAL MODE In hexadecimal mode each incoming byte is printed out as a hexadecimal value. @@ -438,4 +440,4 @@ WEBSITE AUTHOR Created by Martin Lund . -tio 2.0 2022-09-11 tio(1) +tio 2.1 2022-10-15 tio(1)