1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

doc/connection: Fix typo Telenet

It should be *telnet* instead.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
Metin Kaya 2024-01-10 15:18:53 +00:00 committed by Marc Bonnici
parent c60737c78e
commit cb36347dfe

View File

@ -199,9 +199,9 @@ Connection Types
timeout=None, password_prompt=None,\ timeout=None, password_prompt=None,\
original_prompt=None) original_prompt=None)
A connection to a device on the network over Telenet. A connection to a device on the network over Telnet.
.. note:: Since Telenet protocol is does not support file transfer, scp is .. note:: Since Telnet protocol is does not support file transfer, scp is
used for that purpose. used for that purpose.
:param host: SSH host to which to connect :param host: SSH host to which to connect
@ -220,7 +220,7 @@ Connection Types
:param password_prompt: A string with the password prompt used by :param password_prompt: A string with the password prompt used by
``sshpass``. Set this if your version of ``sshpass`` ``sshpass``. Set this if your version of ``sshpass``
uses something other than ``"[sudo] password"``. uses something other than ``"[sudo] password"``.
:param original_prompt: A regex for the shell prompted presented in the Telenet :param original_prompt: A regex for the shell prompted presented in the Telnet
connection (the prompt will be reset to a connection (the prompt will be reset to a
randomly-generated pattern for the duration of the randomly-generated pattern for the duration of the
connection to reduce the possibility of clashes). connection to reduce the possibility of clashes).