From 67bd6b1a8c7329c500c11173c34049cd70d87318 Mon Sep 17 00:00:00 2001 From: yabu76 Date: Sun, 26 Oct 2025 18:50:38 +0900 Subject: [PATCH] Fix map option's input/output description of tio man page. --- man/tio.1.in | 4 ++-- man/tio.1.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index eb0338d..aaaf8a5 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -205,8 +205,8 @@ Strip control characters and escape sequences from log. .TP .BR \-m ", " "\-\-map " \fI -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 diff --git a/man/tio.1.txt b/man/tio.1.txt index eeac82c..46afb5e 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -158,7 +158,7 @@ OPTIONS -m, --map - 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)