Update plain text man page

This commit is contained in:
Martin Lund 2022-09-11 11:58:18 +02:00
parent 16479c8d86
commit 61b204aa3d

View file

@ -147,8 +147,10 @@ OPTIONS
-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
are not recognized), and any input from the serial port is multiplexed to the terminal and all connected clients.
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.
Sockets remain open while the serial port is disconnected, and writes will block.