diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-10 18:01:20 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-10 18:01:20 +0100 |
commit | 7d11da4ed2ae92778be0df46315012d519945694 (patch) | |
tree | e95709bf785792fea63e9e78f490b3a26be97940 /lib/ssh | |
parent | 12c4a0b0c8963c03806613bb73487fdc14733db9 (diff) | |
download | otp-7d11da4ed2ae92778be0df46315012d519945694.tar.gz otp-7d11da4ed2ae92778be0df46315012d519945694.tar.bz2 otp-7d11da4ed2ae92778be0df46315012d519945694.zip |
ssh: Corrected misunderstanding
SCP is a subsystem not an example of a one time execution channel.
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/ssh_protocol.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh_protocol.xml b/lib/ssh/doc/src/ssh_protocol.xml index 6a253c43eb..28f42f5707 100644 --- a/lib/ssh/doc/src/ssh_protocol.xml +++ b/lib/ssh/doc/src/ssh_protocol.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2012</year> + <year>2013</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -110,8 +110,7 @@ read-eval-print loop. It is also possible, but much more work, to provide your own CLI (Command Line Interface) implementation. </item> - <item><em>Exec</em> - one-time remote execution (like - SCP). See <seealso + <item><em>Exec</em> - one-time remote execution of commands. See <seealso marker="ssh_connection#exec-4">ssh_connection:exec/4</seealso></item> </list> </section> |