diff options
author | Hans Nilsson <[email protected]> | 2018-04-26 13:43:45 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-27 10:30:25 +0200 |
commit | c2ca477c85e0e88732f634ddfb01ac675a97dddb (patch) | |
tree | 06b0de823c66c64ade945049d30c5cbda854bd9f /lib/ssh/doc/src/introduction.xml | |
parent | d2f4de0a8e36e6a25cfd7446ea6fc3623b7f1495 (diff) | |
download | otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.tar.gz otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.tar.bz2 otp-c2ca477c85e0e88732f634ddfb01ac675a97dddb.zip |
ssh: ssh_channel replaced by ssh_client_channel
Diffstat (limited to 'lib/ssh/doc/src/introduction.xml')
-rw-r--r-- | lib/ssh/doc/src/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/introduction.xml b/lib/ssh/doc/src/introduction.xml index b7a73e2597..6fd8425adf 100644 --- a/lib/ssh/doc/src/introduction.xml +++ b/lib/ssh/doc/src/introduction.xml @@ -145,7 +145,7 @@ data that can be sent to the channel peer without adjusting the window. Typically, an SSH client opens a channel, sends data (commands), receives data (control information), and then closes the channel. - The <seealso marker="ssh_channel">ssh_channel</seealso> behaviour + The <seealso marker="ssh_client_channel">ssh_client_channel</seealso> behaviour handles generic parts of SSH channel management. This makes it easy to write your own SSH client/server processes that use flow-control and thus opens for more focus on the application logic. |