diff options
author | Hans Nilsson <[email protected]> | 2015-11-10 12:26:50 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-11 11:42:26 +0100 |
commit | 3d719a5bc849e2c3279d71c84285c2da3af9e28d (patch) | |
tree | 8250d84114f311c2d395d00215e085661632fae6 /lib/ssh/doc/src | |
parent | 8db16f44bfb77026cd6394fbad8c79b7a727b724 (diff) | |
download | otp-3d719a5bc849e2c3279d71c84285c2da3af9e28d.tar.gz otp-3d719a5bc849e2c3279d71c84285c2da3af9e28d.tar.bz2 otp-3d719a5bc849e2c3279d71c84285c2da3af9e28d.zip |
ssh: document function dependencies in ssh_connection.erl
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh_connection.xml | 6 |
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..7e7cfad90d 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="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="send/3">send/3,4,5</seealso> must be executed in the same process. + </p> </desc> </func> |