aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh_connection.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-11-17 11:42:36 +0100
committerHans Nilsson <[email protected]>2015-11-17 11:42:36 +0100
commite9442a7b93f6946b736b6b1e3621b405667ef672 (patch)
treeca9e13bef754bee2b3a4a9d38906513dd4ffc0b4 /lib/ssh/doc/src/ssh_connection.xml
parent836f531b5d48fdf315e671b6325ac49ab5e28939 (diff)
parent68a045f8d649fdd77cc704e39e9e4dc331693a90 (diff)
downloadotp-e9442a7b93f6946b736b6b1e3621b405667ef672.tar.gz
otp-e9442a7b93f6946b736b6b1e3621b405667ef672.tar.bz2
otp-e9442a7b93f6946b736b6b1e3621b405667ef672.zip
Merge branch 'maint'
* maint: ssh: alternative look ssh: list supported rfcs ssh: moved "supported" section from ssh module man page to SSH_app man page ssh: links to crypto and public_key in the ssh app ref ssh: updated ssh_app.xml with ecdsa info ssh: removed pre-historic ssh specs from the doc-dir ssh: document function dependencies in ssh_connection.erl
Diffstat (limited to 'lib/ssh/doc/src/ssh_connection.xml')
-rw-r--r--lib/ssh/doc/src/ssh_connection.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh_connection.xml b/lib/ssh/doc/src/ssh_connection.xml
index 9a7bb09b12..064a623eb6 100644
--- a/lib/ssh/doc/src/ssh_connection.xml
+++ b/lib/ssh/doc/src/ssh_connection.xml
@@ -373,6 +373,9 @@
<desc>
<p>Is to be called by client- and server-channel processes to send data to each other.
</p>
+ <p>The function <seealso marker="ssh:ssh_connection#subsystem/4">subsystem/4</seealso> and subsequent
+ calls of <c>send/3,4,5</c> must be executed in the same process.
+ </p>
</desc>
</func>
@@ -454,6 +457,9 @@
<p>Is to be called by a client-channel process for requesting to execute a predefined
subsystem on the server.
</p>
+ <p>The function <c>subsystem/4</c> and subsequent calls of
+ <seealso marker="ssh:ssh_connection#send/3">send/3,4,5</seealso> must be executed in the same process.
+ </p>
</desc>
</func>