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 6a590bd598
commit e382f3203a
2 changed files with 3 additions and 3 deletions

View file

@ -205,8 +205,8 @@ Strip control characters and escape sequences from log.
.TP
.BR \-m ", " "\-\-map " \fI<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:
.RS
.TP 12n

View file

@ -158,7 +158,7 @@ OPTIONS
-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)