Update text

This commit is contained in:
Martin Lund 2022-06-17 11:27:00 +02:00
parent edcd3c3c3d
commit 1f4a50cc9f
3 changed files with 8 additions and 8 deletions

View file

@ -86,7 +86,7 @@ List available serial devices.
.TP
.BR \-l ", " \-\-log
Enable log to file. If no filename is provided the filename will be automatically generated.
Enable logging to file. If no filename is provided the filename will be automatically generated.
.TP
.BR " \-\-log-file \fI<filename>
@ -139,13 +139,13 @@ Default value is 15.
.TP
.BR \-S ", " "\-\-socket \fI<socket>\fR\fB
Listen on 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
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
.B 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.
The following socket types are supported using different prefixes in the socket field:
Various socket types are supported using the following prefixes in the socket field:
.RS
.TP 20n
@ -244,7 +244,7 @@ Set output delay
.IP "\fBno-autoconnect"
Disable automatic connect
.IP "\fBlog"
Enable log to file
Enable logging to file
.IP "\fBlog-file"
Set log filename
.IP "\fBlog-strip"
@ -262,7 +262,7 @@ Colorize tio text using ANSI color code ranging from 0 to 255
.IP "\fBhex-mode"
Enable hexadecimal mode
.IP "\fBsocket"
Set socket to listen on
Set socket to redirect I/O to
.SH "CONFIGURATION EXAMPLES"