diff options
author | Ingela Anderton Andin <[email protected]> | 2012-11-06 10:55:39 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-12-13 22:33:14 +0100 |
commit | 671cf55d2388ef3c30f8e0e6b3e5ec824b02da09 (patch) | |
tree | f44994de421b80cb8c646ce66159b1cf887df969 /lib/ssh/doc/src/ref_man.xml | |
parent | 2084f7e079c951fdadebe23dcff5ec247c6e0158 (diff) | |
download | otp-671cf55d2388ef3c30f8e0e6b3e5ec824b02da09.tar.gz otp-671cf55d2388ef3c30f8e0e6b3e5ec824b02da09.tar.bz2 otp-671cf55d2388ef3c30f8e0e6b3e5ec824b02da09.zip |
ssh: Document and clean up SSH behaviours
Diffstat (limited to 'lib/ssh/doc/src/ref_man.xml')
-rw-r--r-- | lib/ssh/doc/src/ref_man.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/ssh/doc/src/ref_man.xml b/lib/ssh/doc/src/ref_man.xml index 0bd8479343..88203b5034 100644 --- a/lib/ssh/doc/src/ref_man.xml +++ b/lib/ssh/doc/src/ref_man.xml @@ -31,12 +31,14 @@ <p>The SSH application is an erlang implementation of the secure shell protocol (SSH) as defined by RFC 4250 - 4254</p> - </description>' - <xi:include href="ssh_app.xml"/> - <xi:include href="ssh.xml"/> - <xi:include href="ssh_channel.xml"/> - <xi:include href="ssh_connection.xml"/> - <xi:include href="ssh_sftp.xml"/> - <xi:include href="ssh_sftpd.xml"/> + </description> + <xi:include href="ssh_app.xml"/> + <xi:include href="ssh.xml"/> + <xi:include href="ssh_channel.xml"/> + <xi:include href="ssh_connection.xml"/> + <xi:include href="ssh_client_key_api.xml"/> + <xi:include href="ssh_server_key_api.xml"/> + <xi:include href="ssh_sftp.xml"/> + <xi:include href="ssh_sftpd.xml"/> </application> |