Update man page and bash completion

This commit is contained in:
Martin Lund 2018-04-18 20:48:04 +02:00
parent 7d5e25d368
commit b7cdbec8e2
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
.TH "tio" "1" "November 2017"
.TH "tio" "1" "April 2018"
.SH "NAME"
tio \- a simple TTY terminal I/O application
@ -63,20 +63,20 @@ Map (replace, translate) special characters on input or output. The following ma
.RS
.TP 12n
.IP "\fBICRNL"
Map CR to NL on input (unless IGNCR is set).
.IP "\fBIGNCR"
Ignore CR on input.
.IP "\fBINLCR"
Map NL to CR on input.
.IP "\fBINLCRNL"
Map NL to CR-NL on input.
.IP "\fBIGNCR"
Ignore CR on input.
.IP "\fBICRNL"
Map CR to NL on input (unless IGNCR is set).
.IP "\fBONLCRNL"
Map NL to CR-NL on output.
.IP "\fBOCRNL"
Map CR to NL on output.
.IP "\fBODELBS"
Map DEL to BS on output.
.IP "\fBONLCRNL"
Map NL to CR-NL on output.
.P
If defining more than one flag, the flags must be comma separated.
.RE