diff options
author | Fredrik Gustafsson <[email protected]> | 2013-02-19 10:22:23 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-02-19 10:22:23 +0100 |
commit | 75c2ab3d601e8e514733f50eba702be5cc893e44 (patch) | |
tree | 256a64525463653fd7e0004d7d7409e1b9efc0d1 /lib | |
parent | 3bf28b18cecfc1ad35cb7a1a1120b2adeeeb5f73 (diff) | |
parent | 63b44618d227e9762c7018754c6648db6cc34f8e (diff) | |
download | otp-75c2ab3d601e8e514733f50eba702be5cc893e44.tar.gz otp-75c2ab3d601e8e514733f50eba702be5cc893e44.tar.bz2 otp-75c2ab3d601e8e514733f50eba702be5cc893e44.zip |
Merge branch 'mah/fix-ssh-connect-doc/OTP-10862'
* mah/fix-ssh-connect-doc/OTP-10862:
Fix doc for ssh:connect/3,4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index f57ee13460..bd0d3d49dd 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -91,7 +91,8 @@ </type> <desc> <p>Connects to an SSH server. No channel is started. This is done - by calling ssh_connect:session_channel/2.</p> + by calling + <seealso marker="ssh_connection#session_channel/2">ssh_connection:session_channel/[2, 4]</seealso>.</p> <p>Options are:</p> <taglist> <tag><c><![CDATA[{user_dir, string()}]]></c></tag> |