1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Regenerated docs

This commit is contained in:
Nick Patavalis
2016-12-04 01:06:24 +02:00
parent 52877e4201
commit dd57b04cbf
4 changed files with 27 additions and 6 deletions

View File

@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.TH "PICOCOM" "1" "2016-10-15" "Picocom 2.3a" "User Commands"
.TH "PICOCOM" "1" "2016-12-04" "Picocom 2.3a" "User Commands"
.hy
.SH NAME
.PP
@ -337,6 +337,22 @@ See \f[B]INPUT, OUTPUT, AND ECHO MAPPING\f[].
.RS
.RE
.TP
.B \f[B]\-\-lower\-rts\f[]
Lower the RTS control signal after opening the serial port (by default
RTS is raised after open).
Only supported when flow\-control mode is not set to RTS/CTS, ignored
otherwise.
Only supported in Linux.
.RS
.RE
.TP
.B \f[B]\-\-lower\-dtr\f[]
Lower the DTR control signal after opening the serial port (by default
DTR is raised after open).
Only supported in Linux.
.RS
.RE
.TP
.B \f[B]\-\-help\f[] | \f[B]\-h\f[]
Print a short help message describing the command\-line options.
Picocom\[aq]s version, ompile\-time options, and enabled features are

View File

@ -134,6 +134,12 @@
<dt><strong>--emap</strong></dt>
<dd><p>Specifies the local-echo character map (i.e. special characters to be replaced before being echoed-back to the terminal, if local-echo is enabled). See <strong><a href="#input-output-and-echo-mapping">INPUT, OUTPUT, AND ECHO MAPPING</a></strong>. (Defaul: <strong>delbs,crcrlf</strong>)</p>
</dd>
<dt><strong>--lower-rts</strong></dt>
<dd><p>Lower the RTS control signal after opening the serial port (by default RTS is raised after open). Only supported when flow-control mode is not set to RTS/CTS, ignored otherwise. Only supported in Linux.</p>
</dd>
<dt><strong>--lower-dtr</strong></dt>
<dd><p>Lower the DTR control signal after opening the serial port (by default DTR is raised after open). Only supported in Linux.</p>
</dd>
<dt><strong>--help</strong> | <strong>-h</strong></dt>
<dd><p>Print a short help message describing the command-line options. Picocom's version, ompile-time options, and enabled features are also shown.</p>
</dd>

View File

@ -274,15 +274,14 @@ Picocom accepts the following command-line options.
**--lower-rts**
: Lower the RTS control signal after opening the serial port (by
default RTS is raised after open implicitely by the OS). Only
supported when flow-control mode is not set to RTS/CTS, ignored
otherwise. Only supported in Linux.
default RTS is raised after open). Only supported when
flow-control mode is not set to RTS/CTS, ignored otherwise. Only
supported in Linux.
**--lower-dtr**
: Lower the DTR control signal after opening the serial port (by
default DTR is raised after open implicitely by the OS).
Only supported in Linux.
default DTR is raised after open). Only supported in Linux.
**--help** | **-h**

Binary file not shown.