summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2020-09-14 06:51:11 +0200
committerChris Liechti <cliechti@gmx.net>2020-09-14 06:51:11 +0200
commit0dbc2e5f96a443bca7748bb6b22bca65b90285af (patch)
tree6f3b00a75dd7dbdc78c4723896d176cab79b344c /documentation
parent1a9f0c9d319e3c038873d926277c09eb43f39bd3 (diff)
downloadpyserial-git-0dbc2e5f96a443bca7748bb6b22bca65b90285af.tar.gz
miniterm: fix double use of CTRL-T + s
use z for suspend instead fixes #497
Diffstat (limited to 'documentation')
-rw-r--r--documentation/tools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 8ed7fce..898c2d7 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -274,7 +274,7 @@ Typing :kbd:`Ctrl+T Ctrl+H` when it is running shows the help text::
--- x X disable/enable software flow control
--- r R disable/enable hardware flow control
-:kbd:`Ctrl+T s` suspends the connection (port is opened) and reconnects when a
+:kbd:`Ctrl+T z` suspends the connection (port is opened) and reconnects when a
key is pressed. This can be used to temporarily access the serial port with an
other application, without exiting miniterm. If reconnecting fails it is
also possible to exit (:kbd:`Ctrl+]`) or change the port (:kbd:`p`).