mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update plain text man page
This commit is contained in:
parent
f8c9d6091a
commit
278750428c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
tio(1) User Commands tio(1)
|
tio(1) User Commands tio(1)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
tio - a simple serial device I/O tool
|
tio - a simple serial device I/O tool
|
||||||
|
|
@ -66,7 +66,7 @@ OPTIONS
|
||||||
|
|
||||||
Disable automatic connect.
|
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.
|
(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.
|
However, if the --no-autoconnect option is provided, tio will exit if the device is not present or an established connection is lost.
|
||||||
|
|
@ -147,7 +147,7 @@ OPTIONS
|
||||||
|
|
||||||
-S, --socket <socket>
|
-S, --socket <socket>
|
||||||
|
|
||||||
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
|
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.
|
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.
|
Sockets remain open while the serial port is disconnected, and writes will block.
|
||||||
|
|
@ -434,4 +434,4 @@ WEBSITE
|
||||||
AUTHOR
|
AUTHOR
|
||||||
Created by Martin Lund <martin.lund@keep-it-simple.com>.
|
Created by Martin Lund <martin.lund@keep-it-simple.com>.
|
||||||
|
|
||||||
tio 2.0 2022-07-23 tio(1)
|
tio 2.0 2022-09-11 tio(1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue