Fix map option's input/output description of tio man page.

This commit is contained in:
yabu76 2025-10-26 18:50:38 +09:00
parent d1ff5f7142
commit 67bd6b1a8c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)