1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Docs: list SSH specials before Telnet specials.

No textual change apart from the rearrangement.
This commit is contained in:
Jacob Nevins 2019-04-19 15:45:52 +01:00
parent ecbf919e77
commit 6e7d14ca9a

View File

@ -154,54 +154,6 @@ have special commands.
The \q{break} signal can also be invoked from the keyboard with
\i{Ctrl-Break}.
The following \I{Telnet special commands}special commands are
available in Telnet:
\b \I{Are You There, Telnet special command}Are You There
\b \I{Break, Telnet special command}Break
\b \I{Synch, Telnet special command}Synch
\b \I{Erase Character, Telnet special command}Erase Character
\lcont{
PuTTY can also be configured to send this when the Backspace key is
pressed; see \k{config-telnetkey}.
}
\b \I{Erase Line, Telnet special command}Erase Line
\b \I{Go Ahead, Telnet special command}Go Ahead
\b \I{No Operation, Telnet special command}No Operation
\lcont{
Should have no effect.
}
\b \I{Abort Process, Telnet special command}Abort Process
\b \I{Abort Output, Telnet special command}Abort Output
\b \I{Interrupt Process, Telnet special command}Interrupt Process
\lcont{
PuTTY can also be configured to send this when Ctrl-C is typed; see
\k{config-telnetkey}.
}
\b \I{Suspend Process, Telnet special command}Suspend Process
\lcont{
PuTTY can also be configured to send this when Ctrl-Z is typed; see
\k{config-telnetkey}.
}
\b \I{End Of Record, Telnet special command}End Of Record
\b \I{End Of File, Telnet special command}End Of File
In an SSH connection, the following \I{SSH special commands}special
commands are available:
@ -257,6 +209,54 @@ Only available in SSH-2, and only during a session. Sends various
POSIX signals. Not honoured by all servers.
}
The following \I{Telnet special commands}special commands are
available in Telnet:
\b \I{Are You There, Telnet special command}Are You There
\b \I{Break, Telnet special command}Break
\b \I{Synch, Telnet special command}Synch
\b \I{Erase Character, Telnet special command}Erase Character
\lcont{
PuTTY can also be configured to send this when the Backspace key is
pressed; see \k{config-telnetkey}.
}
\b \I{Erase Line, Telnet special command}Erase Line
\b \I{Go Ahead, Telnet special command}Go Ahead
\b \I{No Operation, Telnet special command}No Operation
\lcont{
Should have no effect.
}
\b \I{Abort Process, Telnet special command}Abort Process
\b \I{Abort Output, Telnet special command}Abort Output
\b \I{Interrupt Process, Telnet special command}Interrupt Process
\lcont{
PuTTY can also be configured to send this when Ctrl-C is typed; see
\k{config-telnetkey}.
}
\b \I{Suspend Process, Telnet special command}Suspend Process
\lcont{
PuTTY can also be configured to send this when Ctrl-Z is typed; see
\k{config-telnetkey}.
}
\b \I{End Of Record, Telnet special command}End Of Record
\b \I{End Of File, Telnet special command}End Of File
With a serial connection, the only available special command is
\I{Break, serial special command}\q{Break}.