Update man page

This commit is contained in:
Martin Lund 2022-07-11 10:19:56 +02:00
parent 11762b2300
commit dad6de7ee7

View file

@ -120,21 +120,21 @@ Map (replace, translate) characters on input or output. The following mapping fl
.RS .RS
.TP 12n .TP 12n
.IP "\fBICRNL" .IP "\fBICRNL"
Map CR to NL on input (unless IGNCR is set). Map CR to NL on input (unless IGNCR is set)
.IP "\fBIGNCR" .IP "\fBIGNCR"
Ignore CR on input. Ignore CR on input
.IP "\fBINLCR" .IP "\fBINLCR"
Map NL to CR on input. Map NL to CR on input
.IP "\fBINLCRNL" .IP "\fBINLCRNL"
Map NL to CR-NL on input. Map NL to CR-NL on input
.IP "\fBOCRNL" .IP "\fBOCRNL"
Map CR to NL on output. Map CR to NL on output
.IP "\fBODELBS" .IP "\fBODELBS"
Map DEL to BS on output. Map DEL to BS on output
.IP "\fBONLCRNL" .IP "\fBONLCRNL"
Map NL to CR-NL on output. Map NL to CR-NL on output
.IP "\fBOLTU" .IP "\fBOLTU"
Map lowercase characters to uppercase on output. Map lowercase characters to uppercase on output
.P .P
If defining more than one flag, the flags must be comma separated. If defining more than one flag, the flags must be comma separated.
.RE .RE