diff options
author | Hans Nilsson <[email protected]> | 2017-02-27 12:18:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-02-27 12:18:53 +0100 |
commit | 93696ca763f402122753382dfbfdda7d2da18b22 (patch) | |
tree | 7afe83e184e638ed51116465e5b6e0d93cf8128e | |
parent | 133645d9a24e6a6d7123370ef332ca478598040e (diff) | |
parent | 73e380177532af093edf3b27926967fefc9dcb0b (diff) | |
download | otp-93696ca763f402122753382dfbfdda7d2da18b22.tar.gz otp-93696ca763f402122753382dfbfdda7d2da18b22.tar.bz2 otp-93696ca763f402122753382dfbfdda7d2da18b22.zip |
Merge pull request #1356 from malcolmstill/maint
Documentation: use behaviour(ssh_daemon_channel)
-rw-r--r-- | lib/ssh/doc/src/using_ssh.xml | 2 |
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, |