mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up man page
This commit is contained in:
parent
418a43d96e
commit
5eb649278a
1 changed files with 10 additions and 10 deletions
20
man/tio.1.in
20
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue