diff options
author | Hans Nilsson <[email protected]> | 2018-10-12 12:39:07 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-10-24 10:11:20 +0200 |
commit | 6213652225bca4199bae301041f2b56d21b4eed4 (patch) | |
tree | fd14331c42da8fa9d3ee8648692daa2d883ca1cc /lib/ssh/doc/src/specs.xml | |
parent | f7daea8abf0626e8e4df1c260223aa76c21f64b8 (diff) | |
download | otp-6213652225bca4199bae301041f2b56d21b4eed4.tar.gz otp-6213652225bca4199bae301041f2b56d21b4eed4.tar.bz2 otp-6213652225bca4199bae301041f2b56d21b4eed4.zip |
ssh: Add reference manual page for the ssh_file module
This callback module has the knowledge about the different files
used by Erlang/OTP SSH.
It was unfortunatly not documented previously.
Diffstat (limited to 'lib/ssh/doc/src/specs.xml')
-rw-r--r-- | lib/ssh/doc/src/specs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/specs.xml b/lib/ssh/doc/src/specs.xml index acdbe2ddfd..a6517f3660 100644 --- a/lib/ssh/doc/src/specs.xml +++ b/lib/ssh/doc/src/specs.xml @@ -6,6 +6,7 @@ <xi:include href="../specs/specs_ssh_connection.xml"/> <xi:include href="../specs/specs_ssh_server_channel.xml"/> <xi:include href="../specs/specs_ssh_server_key_api.xml"/> + <xi:include href="../specs/specs_ssh_file.xml"/> <xi:include href="../specs/specs_ssh_sftp.xml"/> <xi:include href="../specs/specs_ssh_sftpd.xml"/> </specs> |