diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-20 13:41:18 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-22 16:18:39 +0200 |
commit | 9afc4b632975b89b5ac772d2e6bf23679c1e8626 (patch) | |
tree | a2c419b59189e620aaa0381c9ab5f85bc335fda9 /lib/ssh/doc | |
parent | b2bac6ce7b0746a0643c638b6b33085de9aab9a6 (diff) | |
download | otp-9afc4b632975b89b5ac772d2e6bf23679c1e8626.tar.gz otp-9afc4b632975b89b5ac772d2e6bf23679c1e8626.tar.bz2 otp-9afc4b632975b89b5ac772d2e6bf23679c1e8626.zip |
ssh: Remove legacy statement
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/using_ssh.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index 5873e03f23..64477cb493 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -61,14 +61,12 @@ 1> ssh:start(). ok 2> {ok, S} = ssh:shell("tarlop"). - >pwd + otptest@tarlop:> pwd /home/otptest - >exit + otptest@tarlop:> exit logout 3> </code> - <p>Notice that this is a simple client that is not expected to be as - fancy as the <em>openssh</em> client.</p> </section> <section> |