From c3dd5a2b3e5d117f10e97ac07878c612c0054ada Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Fri, 25 Jan 2013 10:54:00 +0100 Subject: Fixed some ssh documentation --- lib/ssh/doc/src/introduction.xml | 2 +- lib/ssh/doc/src/ssh_client_key_api.xml | 2 +- lib/ssh/doc/src/ssh_sftpd.xml | 2 +- lib/ssh/doc/src/using_ssh.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ssh/doc/src/introduction.xml b/lib/ssh/doc/src/introduction.xml index ae75414999..e76aa20d64 100644 --- a/lib/ssh/doc/src/introduction.xml +++ b/lib/ssh/doc/src/introduction.xml @@ -48,7 +48,7 @@
Prerequisites -

It is assumed that the reader is familiar with the concepts of OTP +

It is assumed that the reader is familiar with the concepts of OTP and has a basic understanding of public keys.

diff --git a/lib/ssh/doc/src/ssh_client_key_api.xml b/lib/ssh/doc/src/ssh_client_key_api.xml index 929b71414f..b9b1ec4efa 100644 --- a/lib/ssh/doc/src/ssh_client_key_api.xml +++ b/lib/ssh/doc/src/ssh_client_key_api.xml @@ -63,7 +63,7 @@ Normally an RSA or DSA public key but handling of other public keys can be added ConnectOptions = proplists:proplist() - Options provided to ssh:connect/[3,4] + Options provided to ssh:connect/[3,4] Reason = term() diff --git a/lib/ssh/doc/src/ssh_sftpd.xml b/lib/ssh/doc/src/ssh_sftpd.xml index 748e24d44b..a73d6e52d4 100644 --- a/lib/ssh/doc/src/ssh_sftpd.xml +++ b/lib/ssh/doc/src/ssh_sftpd.xml @@ -61,7 +61,7 @@

Determines which module to call for accessing the file server. The default value is ssh_sftpd_file that uses the - file and filelib API:s to access the standard OTP file + file and filelib API:s to access the standard OTP file server. This option may be used to plug in other file servers.

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 @@
General information

The examples in the following sections use the utility function - ssh:start/0 that starts + ssh:start/0 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 @@

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 ssh(6). + marker="#ssh_app">ssh(6).

Normally the /etc/ssh directory is only readable by root.

-- cgit v1.2.3 From f67ee57b37c0f7d819781dc23230048cc776532b Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Mon, 28 Jan 2013 10:44:45 +0100 Subject: Fixed some broken links in ssh doc --- lib/ssh/doc/src/using_ssh.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index 24c4c9c2c5..c994c1c56c 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -29,7 +29,7 @@
General information

The examples in the following sections use the utility function - ssh:start/0 that starts + ssh:start/0 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 @@

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 ssh(6). + marker="SSH_app">ssh(6).

Normally the /etc/ssh directory is only readable by root.

-- cgit v1.2.3