aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/using_ssh.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-01-25 10:54:00 +0100
committerFredrik Gustafsson <[email protected]>2013-01-25 10:54:00 +0100
commitc3dd5a2b3e5d117f10e97ac07878c612c0054ada (patch)
tree2d2c897870a9510a80c73120f5bec92b874da02a /lib/ssh/doc/src/using_ssh.xml
parent089f235dd2c2945a63383e79e02616c1a99b50a6 (diff)
downloadotp-c3dd5a2b3e5d117f10e97ac07878c612c0054ada.tar.gz
otp-c3dd5a2b3e5d117f10e97ac07878c612c0054ada.tar.bz2
otp-c3dd5a2b3e5d117f10e97ac07878c612c0054ada.zip
Fixed some ssh documentation
Diffstat (limited to 'lib/ssh/doc/src/using_ssh.xml')
-rw-r--r--lib/ssh/doc/src/using_ssh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml
index c3bb7a22aa..24c4c9c2c5 100644
--- a/lib/ssh/doc/src/using_ssh.xml
+++ b/lib/ssh/doc/src/using_ssh.xml
@@ -29,7 +29,7 @@
<section>
<title> General information</title>
<p>The examples in the following sections use the utility function
- <seealso marker="ssh:start"> ssh:start/0 </seealso> that starts
+ <seealso marker="#start"> ssh:start/0 </seealso> that starts
all needed applications (crypto, public_key and ssh). All examples
are run in an Erlang shell, or in a bash shell using openssh to
illustrate how the erlang ssh application can be used. The
@@ -70,7 +70,7 @@
<p> The option system_dir must be a directory containing a host
key file and it defaults to /etc/ssh. For details see section
Configuration Files in <seealso
- marker="ssh_app#">ssh(6)</seealso>.
+ marker="#ssh_app">ssh(6)</seealso>.
</p>
<note><p>Normally the /etc/ssh directory is only readable by root. </p>