From dad6de7ee71550ebd1239f9421a46b7cc81af5da Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 11 Jul 2022 10:19:56 +0200 Subject: [PATCH] Update man page --- man/tio.1.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index 538b586..82971fc 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -120,21 +120,21 @@ Map (replace, translate) characters on input or output. The following mapping fl .RS .TP 12n .IP "\fBICRNL" -Map CR to NL on input (unless IGNCR is set). +Map CR to NL on input (unless IGNCR is set) .IP "\fBIGNCR" -Ignore CR on input. +Ignore CR on input .IP "\fBINLCR" -Map NL to CR on input. +Map NL to CR on input .IP "\fBINLCRNL" -Map NL to CR-NL on input. +Map NL to CR-NL on input .IP "\fBOCRNL" -Map CR to NL on output. +Map CR to NL on output .IP "\fBODELBS" -Map DEL to BS on output. +Map DEL to BS on output .IP "\fBONLCRNL" -Map NL to CR-NL on output. +Map NL to CR-NL on output .IP "\fBOLTU" -Map lowercase characters to uppercase on output. +Map lowercase characters to uppercase on output .P If defining more than one flag, the flags must be comma separated. .RE