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/Makefile | |
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/Makefile')
-rw-r--r-- | lib/ssh/doc/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/Makefile b/lib/ssh/doc/src/Makefile index 07d4b24913..4e32dd9976 100644 --- a/lib/ssh/doc/src/Makefile +++ b/lib/ssh/doc/src/Makefile @@ -45,6 +45,7 @@ XML_REF3_FILES = \ ssh_connection.xml \ ssh_server_channel.xml \ ssh_server_key_api.xml \ + ssh_file.xml \ ssh_sftp.xml \ ssh_sftpd.xml \ |