mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix map option's input/output description of tio man page.
This commit is contained in:
parent
6a590bd598
commit
e382f3203a
2 changed files with 3 additions and 3 deletions
|
|
@ -205,8 +205,8 @@ Strip control characters and escape sequences from log.
|
||||||
.TP
|
.TP
|
||||||
.BR \-m ", " "\-\-map " \fI<flags>
|
.BR \-m ", " "\-\-map " \fI<flags>
|
||||||
|
|
||||||
Map (replace, translate) characters on input to the serial device or output
|
Map (replace, translate) characters on input from the serial device or output
|
||||||
from the serial device. The following mapping flags are supported:
|
to the serial device. The following mapping flags are supported:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
.TP 12n
|
.TP 12n
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@ OPTIONS
|
||||||
|
|
||||||
-m, --map <flags>
|
-m, --map <flags>
|
||||||
|
|
||||||
Map (replace, translate) characters on input to the serial device or output from the serial device. The following mapping flags are supported:
|
Map (replace, translate) characters on input from the serial device or output to the serial device. The following mapping flags are supported:
|
||||||
|
|
||||||
ICRNL Map CR to NL on input (unless IGNCR is set)
|
ICRNL Map CR to NL on input (unless IGNCR is set)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue