diff options
author | Stuart Thackray <[email protected]> | 2016-04-20 17:21:05 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-27 12:17:30 +0200 |
commit | bbe703b993cd75a13932b4d9809184af7e3ec4d6 (patch) | |
tree | 7487884863cc127753defa82f54fa76a3757cc73 | |
parent | b9e3e212009162d8223436032282efbc5c826cc7 (diff) | |
download | otp-bbe703b993cd75a13932b4d9809184af7e3ec4d6.tar.gz otp-bbe703b993cd75a13932b4d9809184af7e3ec4d6.tar.bz2 otp-bbe703b993cd75a13932b4d9809184af7e3ec4d6.zip |
Documentation: example provided was not a valid term
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 850557444d..7dda5d67a2 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -241,6 +241,7 @@ {server2client,['aes128-cbc','3des-cbc']}]}, {mac,['hmac-sha2-256','hmac-sha1']}, {compression,[none,zlib]} + ] } </code> <p>The example specifies different algorithms in the two directions (client2server and server2client), |