mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update man page
This commit is contained in:
parent
11762b2300
commit
dad6de7ee7
1 changed files with 8 additions and 8 deletions
16
man/tio.1.in
16
man/tio.1.in
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue