diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-22 16:00:13 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-22 16:18:39 +0200 |
commit | 0bf8c6a7954055d672c268f08be37596264a78c5 (patch) | |
tree | cd3b3067d4c63984cfaa9cd0c2d864c364497674 /lib | |
parent | f84db1b6f16075fdd91e456170615cbfebd7979b (diff) | |
download | otp-0bf8c6a7954055d672c268f08be37596264a78c5.tar.gz otp-0bf8c6a7954055d672c268f08be37596264a78c5.tar.bz2 otp-0bf8c6a7954055d672c268f08be37596264a78c5.zip |
ssh: Keep dependency info in only one place
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index bb41a317e5..284d7febf8 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -37,7 +37,7 @@ <title>SSH</title> <list type="bulleted"> - <item>SSH requires the <c>crypto</c> and <c>public_key</c> applications.</item> + <item>For application dependencies see <seealso marker="SSH_app"> ssh(6)</seealso> </item> <item>Supported SSH version is 2.0.</item> <item>Supported MAC algorithms: hmac-sha2-256 and hmac-sha1.</item> <item>Supported encryption algorithms: aes128-ctr, aes128-cb and 3des-cbc.</item> |