From 18de31a4c39443079b41fac2582b607f737c1e9d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 17 Jun 2022 11:00:42 +0200 Subject: [PATCH] Cleanup man page --- man/tio.1.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index 6f00093..0b4dc2e 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -226,7 +226,7 @@ The following configuration file options are available: .TP 20n .IP "\fBpattern" -pattern matching user input. This pattern can be an extended regular expression with a single group. +Pattern matching user input. This pattern can be an extended regular expression with a single group. .IP "\fBtty" tty device to open. If tty contains a "%s" it will be substituted with the first group match. .IP "\fBbaudrate" @@ -245,7 +245,7 @@ Set output delay Disable automatic connect .IP "\fBlog" Enable log to file -.IP "\fBlog-filename" +.IP "\fBlog-file" Set log filename .IP "\fBlog-strip" Enable strip of control and escape sequences from log @@ -258,12 +258,11 @@ Set timestamp format .IP "\fBmap" Map special characters on input or output .IP "\fBcolor" -Colorize tio text using ANSI color code ranging from 0 to 255. +Colorize tio text using ANSI color code ranging from 0 to 255 .IP "\fBhex-mode" Enable hexadecimal mode .IP "\fBsocket" -Set socket path (must include -.BR unix: ). +Set socket to listen on .SH "CONFIGURATION EXAMPLES"