From 63b44618d227e9762c7018754c6648db6cc34f8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20H=C3=A4ssler?=
Date: Fri, 15 Feb 2013 19:25:37 +0100
Subject: Fix doc for ssh:connect/3,4
* Refer to ssh_connection instead of ssh_connect
* Add 'seealso' tag linking to ssh_connection:session_channel
---
lib/ssh/doc/src/ssh.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'lib')
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 @@
Connects to an SSH server. No channel is started. This is done
- by calling ssh_connect:session_channel/2.
+ by calling
+ ssh_connection:session_channel/[2, 4].
Options are:
--
cgit v1.2.3