diff options
Diffstat (limited to 'lib/ssh/doc/src/ssh_protocol.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh_protocol.xml b/lib/ssh/doc/src/ssh_protocol.xml index 4548d7bbb6..53f0524b97 100644 --- a/lib/ssh/doc/src/ssh_protocol.xml +++ b/lib/ssh/doc/src/ssh_protocol.xml @@ -88,7 +88,7 @@ SSH client will open a channel, send data/commands, receive data/"control information" and when it is done close the channel. The - <seealso marker="ssh_channel">ssh_channel</seealso> / + <seealso marker="ssh_client_channel">ssh_client_channel</seealso> / <seealso marker="ssh_server_channel">ssh_server_channel</seealso> (Replaces ssh_daemon_channel) behaviours makes it easy to write your own SSH client/server processes that use flow |