aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorMalcolm <[email protected]>2017-02-26 20:37:18 +0000
committerMalcolm <[email protected]>2017-02-26 20:37:18 +0000
commit73e380177532af093edf3b27926967fefc9dcb0b (patch)
tree7afe83e184e638ed51116465e5b6e0d93cf8128e /lib/ssh
parent133645d9a24e6a6d7123370ef332ca478598040e (diff)
downloadotp-73e380177532af093edf3b27926967fefc9dcb0b.tar.gz
otp-73e380177532af093edf3b27926967fefc9dcb0b.tar.bz2
otp-73e380177532af093edf3b27926967fefc9dcb0b.zip
Documentation: use behaviour(ssh_daemon_channel)
In the SSH User's Guide, section 2.8 'Creating a Subsystem' uses behaviour(ssh_subsystem) but should use behaviour(ssh_daemon_channel). The renaming was updated in the Reference Manual but never reflected in the User's Guide.
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/using_ssh.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml
index 0861c641c7..864378b640 100644
--- a/lib/ssh/doc/src/using_ssh.xml
+++ b/lib/ssh/doc/src/using_ssh.xml
@@ -305,7 +305,7 @@ ok = erl_tar:close(HandleRead),
<code type="erl" >
-module(ssh_echo_server).
--behaviour(ssh_subsystem).
+-behaviour(ssh_daemon_channel).
-record(state, {
n,
id,