diff options
author | Hans Nilsson <[email protected]> | 2018-04-25 15:31:55 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-27 10:30:25 +0200 |
commit | 867e9db15f3d3e5e430e3adda577364e455b9dac (patch) | |
tree | 9ad605e008219fa07585426c20a21f9f20a46967 /lib/ssh/doc/src/ssh_sftpd.xml | |
parent | 56e88f364a32b471b03e2364c2eb84783642ad88 (diff) | |
download | otp-867e9db15f3d3e5e430e3adda577364e455b9dac.tar.gz otp-867e9db15f3d3e5e430e3adda577364e455b9dac.tar.bz2 otp-867e9db15f3d3e5e430e3adda577364e455b9dac.zip |
ssh: Create doc for the ssh_daemon_channel behaviour
Diffstat (limited to 'lib/ssh/doc/src/ssh_sftpd.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftpd.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh_sftpd.xml b/lib/ssh/doc/src/ssh_sftpd.xml index 1be29b3b29..4c599a7fb9 100644 --- a/lib/ssh/doc/src/ssh_sftpd.xml +++ b/lib/ssh/doc/src/ssh_sftpd.xml @@ -44,8 +44,7 @@ <item><p><c>"sftp"</c></p></item> <tag><c>channel_callback() =</c></tag> <item><p><c>atom()</c> - Name of the Erlang module implementing the subsystem using the - <c>ssh_channel</c> behavior, see the - <seealso marker="ssh_channel">ssh_channel(3)</seealso> manual page.</p></item> + <seealso marker="ssh_daemon_channel">ssh_daemon_channel</seealso> behaviour.</p></item> <tag><c>channel_init_args() =</c></tag> <item><p><c>list()</c> - The one given as argument to function <c>subsystem_spec/1</c>.</p></item> </taglist> |