]> git.sur5r.net Git - tio/blobdiff - man/tio.1
New upstream version 1.30
[tio] / man / tio.1
index f666ad969d0b12bd0476d2a40524c551f085da88..f8566e4962534614808eeb74e02532d00ad8f2a2 100644 (file)
--- a/man/tio.1
+++ b/man/tio.1
@@ -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