aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh_app.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-11-10 13:01:38 +0100
committerHans Nilsson <[email protected]>2015-11-11 11:42:27 +0100
commit05f4a611d3269b12edd709a988fa1da4c4690a82 (patch)
treec7a3d2c8fe4d0b3a9b76ebc32fbc7e330b7a8015 /lib/ssh/doc/src/ssh_app.xml
parent6a885ee06515c2a8dfa3e0594123ef76cda9672a (diff)
downloadotp-05f4a611d3269b12edd709a988fa1da4c4690a82.tar.gz
otp-05f4a611d3269b12edd709a988fa1da4c4690a82.tar.bz2
otp-05f4a611d3269b12edd709a988fa1da4c4690a82.zip
ssh: links to crypto and public_key in the ssh app ref
Diffstat (limited to 'lib/ssh/doc/src/ssh_app.xml')
-rw-r--r--lib/ssh/doc/src/ssh_app.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh_app.xml b/lib/ssh/doc/src/ssh_app.xml
index 0baa44a6a7..1ae1558607 100644
--- a/lib/ssh/doc/src/ssh_app.xml
+++ b/lib/ssh/doc/src/ssh_app.xml
@@ -41,11 +41,14 @@
<section>
<title>DEPENDENCIES</title>
- <p>The <c>ssh</c> application uses the applications <c>public_key</c> and
- <c>crypto</c> to handle public keys and encryption. Hence, these
+ <p>The <c>ssh</c> application uses the applications
+ <seealso marker="public_key:public_key">public_key</seealso> and
+ <seealso marker="crypto:crypto">crypto</seealso>
+ to handle public keys and encryption. Hence, these
applications must be loaded for the <c>ssh</c> application to work. In
an embedded environment this means that they must be started with
- <c>application:start/[1,2]</c> before the <c>ssh</c> application is started.
+ <seealso marker="kernel:application#start/1">application:start/1,2</seealso> before the
+ <c>ssh</c> application is started.
</p>
</section>