From 61b204aa3d65a8c7abd61b99ad268b138f869835 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 11 Sep 2022 11:58:18 +0200 Subject: [PATCH] Update plain text man page --- man/tio.1.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/tio.1.txt b/man/tio.1.txt index 032256e..0399b63 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -147,8 +147,10 @@ OPTIONS -S, --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.