Update man page

This commit is contained in:
Martin Lund 2017-11-11 15:43:51 +01:00
parent 39ef771e10
commit 23bab24890

View file

@ -64,11 +64,11 @@ Map (replace, translate) special characters on input or output. The following ma
.RS .RS
.TP 8n .TP 8n
.IP "\fBINLCR" .IP "\fBINLCR"
Translate NL to CR on input. Map NL to CR on input.
.IP "\fBIGNCR" .IP "\fBIGNCR"
Ignore carriage return on input. Ignore CR on input.
.IP "\fBICRNL" .IP "\fBICRNL"
Translate carriage return to newline on input (unless IGNCR is set). Map CR to NL on input (unless IGNCR is set).
.IP "\fBONLCR" .IP "\fBONLCR"
Map NL to CR-NL on output. Map NL to CR-NL on output.
.IP "\fBOCRNL" .IP "\fBOCRNL"
@ -115,13 +115,13 @@ tio /dev/ttyUSB0
.TP .TP
Which corresponds to the commonly used options: Which corresponds to the commonly used options:
tio \-b 115200 \-d 8 \-f none \-s 1 \-p none /dev/ttyUSB0 tio \-\-baudrate 115200 \-\-databits 8 \-\-flow none \-\-stopbits 1 \-\-parity none /dev/ttyUSB0
.TP .TP
It is recommended to connect serial tty devices by id. For example: It is recommended to connect serial tty devices by ID. For example:
tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0 tio /dev/serial/by\-id/usb\-FTDI_TTL232R-3V3_FTGQVXBL\-if00\-port0
.PP .PP
Using serial devices by id ensures that tio automatically reconnects to the Using serial devices by ID ensures that tio automatically reconnects to the
correct serial device if the device is disconnected and then reconnected. correct serial device if the device is disconnected and then reconnected.
.SH "WEBSITE" .SH "WEBSITE"