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
2018-01-13 16:12:33 +02:00
parent 681ff11114
commit ab140a283b
3 changed files with 54 additions and 12 deletions

View File

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.ad l
.TH "PICOCOM" "1" "2018-01-09" "Picocom 3.1a" "User Commands"
.TH "PICOCOM" "1" "2018-01-13" "Picocom 3.1a" "User Commands"
.nh \" Turn off hyphenation by default.
.SH NAME
.PP
@ -453,19 +453,51 @@ Note, that the init string is not sent if \f[B]\-\-noinit\f[] is given.
.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 on many OS).
Lower the RTS modem control signal after opening the serial port.
Only supported when flow\-control mode is not set to RTS/CTS, ignored
otherwise.
Only supported in Linux, FreeBSD and macOS.
Only supported on some systems.
.RS
.PP
If neither \f[B]\-\-lower\-rts\f[] nor \f[B]\-\-raise\-rts\f[] are
given, the state of the RTS signal, after opening and configuring the
port, is system dependent.
On most systems the signal is raised.
.RE
.TP
.B \f[B]\-\-raise\-rts\f[]
Raise the RTS modem control signal after opening the serial port.
Only supported when flow\-control mode is not set to RTS/CTS, ignored
otherwise.
Only supported on some systems.
.RS
.PP
If neither \f[B]\-\-raise\-rts\f[] nor \f[B]\-\-lower\-rts\f[] are
given, the state of the RTS signal, after opening and configuring the
port, is system dependent.
On most systems the signal is raised.
.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 on many OS).
Only supported in Linux, FreeBSD and macOS.
Lower the DTR control signal after opening the serial port.
Only supported on some systems.
.RS
.PP
If neither \f[B]\-\-lower\-dtr\f[] nor \f[B]\-\-raise\-dtr\f[] are
given, the state of the DTR signal, after opening and configuring the
port, is system dependent.
On most systems the signal is raised.
.RE
.TP
.B \f[B]\-\-raise\-dtr\f[]
Raise the DTR control signal after opening the serial port.
Only supported on some systems.
.RS
.PP
If neither \f[B]\-\-raise\-dtr\f[] nor \f[B]\-\-lower\-dtr\f[] are
given, the state of the DTR signal, after opening and configuring the
port, is system dependent.
On most systems the signal is raised.
.RE
.TP
.B \f[B]\-\-exit\-aftrer\f[] | \f[B]\-x\f[]
@ -798,7 +830,7 @@ Download the latest release from:
<https://github.com/npat-efault/picocom/releases>
.SH COPYRIGHT
.PP
Copyright (c) 2004\-2017 Nick Patavalis
Copyright (c) 2003\-2018 Nick Patavalis
.PP
This file is part of Picocom.
.PP