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

Fixed typo in man-page

This commit is contained in:
Nick Patavalis
2015-09-10 04:05:03 +03:00
parent 3326701ff4
commit 999a2299b2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.TH "PICOCOM" "1" "2015-08-26" "Picocom 2.1a" "User Commands"
.TH "PICOCOM" "1" "2015-09-10" "Picocom 2.1a" "User Commands"
.SH NAME
.PP
picocom \- minimal dumb\-terminal emulation program
@ -218,7 +218,7 @@ Must be one of: \f[B]1\f[], or \f[B]2\f[].
.RS
.RE
.TP
.B \f[B]\-\-esacpe\f[] | \f[B]\-e\f[]
.B \f[B]\-\-escape\f[] | \f[B]\-e\f[]
Defines the character that will make picocom enter command\-mode (see
description above).
If \f[B]x\f[] is given, then \f[B]C\-x\f[] will make picocom enter

View File

@ -101,7 +101,7 @@
<dt><strong>--stopbits</strong> | <strong>-p</strong></dt>
<dd><p>Defines the number of stop bits in every character. Must be one of: <strong>1</strong>, or <strong>2</strong>. (Default: <strong>1</strong>)</p>
</dd>
<dt><strong>--esacpe</strong> | <strong>-e</strong></dt>
<dt><strong>--escape</strong> | <strong>-e</strong></dt>
<dd><p>Defines the character that will make picocom enter command-mode (see description above). If <strong>x</strong> is given, then <strong>C-x</strong> will make picocom enter command mode. (Default: <strong>a</strong>)</p>
</dd>
<dt><strong>--echo</strong> | <strong>-c</strong></dt>

View File

@ -185,7 +185,7 @@ Picocom accepts the following command-line options.
: Defines the number of stop bits in every character. Must be one
of: **1**, or **2**. (Default: **1**)
**--esacpe** | **-e**
**--escape** | **-e**
: Defines the character that will make picocom enter command-mode
(see description above). If **x** is given, then **C-x** will make

Binary file not shown.