aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/using_ssh.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-01-28 10:26:10 +0100
committerIngela Anderton Andin <[email protected]>2013-01-28 10:26:10 +0100
commitcab17a9f36d2343e01f6aef64416d2a42308c25b (patch)
tree3a967eb1439bf63b786c0647924341f2a99e1793 /lib/ssh/doc/src/using_ssh.xml
parentd1b2ad49e74dc78cee737469b467e056a0b07f55 (diff)
parent089f235dd2c2945a63383e79e02616c1a99b50a6 (diff)
downloadotp-cab17a9f36d2343e01f6aef64416d2a42308c25b.tar.gz
otp-cab17a9f36d2343e01f6aef64416d2a42308c25b.tar.bz2
otp-cab17a9f36d2343e01f6aef64416d2a42308c25b.zip
Merge branch 'ia/ssh/dialyzer-and-doc'
* ia/ssh/dialyzer-and-doc: ssh: Fix dialyzer and doc warnings
Diffstat (limited to 'lib/ssh/doc/src/using_ssh.xml')
-rw-r--r--lib/ssh/doc/src/using_ssh.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml
index 87b811d591..c3bb7a22aa 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="ssh: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>
@@ -137,12 +137,13 @@
<title>One Time Execution</title>
<p>In the following example the Erlang shell is the client process
- that receives the channel replies. <note> If you run this example
+ that receives the channel replies. </p>
+
+ <note><p> If you run this example
in your environment you may get fewer or more messages back as
this depends on the OS and shell on the machine running the ssh
daemon. See also <seealso marker="ssh_connection#exec-4">ssh_connection:exec/4</seealso>
- </note>
- </p>
+ </p></note>
<code type="erl" >
1> ssh:start().