mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Update plain text man page
This commit is contained in:
parent
ca5af47e7b
commit
14fc77ffc1
1 changed files with 7 additions and 5 deletions
|
|
@ -151,8 +151,8 @@ OPTIONS
|
||||||
|
|
||||||
Redirect I/O to 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 are not recognized),
|
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
|
||||||
and any input from the serial port is multiplexed to the terminal and all connected clients.
|
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.
|
||||||
|
|
||||||
|
|
@ -245,6 +245,8 @@ KEYS
|
||||||
|
|
||||||
ctrl-t v Show version
|
ctrl-t v Show version
|
||||||
|
|
||||||
|
ctrl-t ctrl-t Send ctrl-t character
|
||||||
|
|
||||||
HEXADECIMAL MODE
|
HEXADECIMAL MODE
|
||||||
In hexadecimal mode each incoming byte is printed out as a hexadecimal value.
|
In hexadecimal mode each incoming byte is printed out as a hexadecimal value.
|
||||||
|
|
||||||
|
|
@ -438,4 +440,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-09-11 tio(1)
|
tio 2.1 2022-10-15 tio(1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue