From 5eb649278a6310c8c4645c3bc1d70160ad24ee67 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 12 Apr 2024 00:23:04 +0200 Subject: [PATCH] Clean up man page --- man/tio.1.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index bec35c0..14b0b34 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -21,19 +21,19 @@ devices for basic I/O operations. Set baud rate [bps] (default: 115200). .TP -.BR \-d ", " "\-\-databits 5" | 6 | 7 | 8 +.BR \-d ", " "\-\-databits " 5 | 6 | 7 | 8 Set data bits (default: 8). .TP -.BR \-f ", " "\-\-flow hard" | soft | none +.BR \-f ", " "\-\-flow " hard | soft | none Set flow control (default: none). .TP -.BR \-s ", " "\-\-stopbits 1" | 2 +.BR \-s ", " "\-\-stopbits " 1 | 2 Set stop bits (default: 1). .TP -.BR \-p ", " "\-\-parity odd" | even | none | mark | space +.BR \-p ", " "\-\-parity " odd | even | none | mark | space Set parity (default: none). @@ -191,23 +191,23 @@ If defining more than one flag, the flags must be comma separated. .RE .TP -.BR " \-\-input\-mode " \fInormal|hex +.BR " \-\-input\-mode " normal|hex Set input mode. In hex input mode bytes can be sent by typing the -\fBtwo-character hexadecimal\fR representation of the value, e.g.: to send -\fI0xA\fR you must type \fI0a\fR or \fI0A\fR. +\fBtwo-character hexadecimal\fR representation of the 1 byte value, e.g.: to +send \fI0xA\fR you must type \fI0a\fR or \fI0A\fR. Default value is "normal". .TP -.BR " \-\-output\-mode " \fInormal|hex +.BR " \-\-output\-mode " normal|hex -Set output mode. In hex mode each incoming byte is printed out as a hex value. +Set output mode. In hex mode each incoming byte is printed out as a 1 byte hex value. Default value is "normal". .TP -.BR \-c ", " "\-\-color " \fI0..255|bold|none|list +.BR \-c ", " "\-\-color " 0..255|bold|none|list Colorize tio text using ANSI color code value ranging from 0 to 255 or use "none" for no color or use "bold" to apply bold formatting to existing system