aboutsummaryrefslogtreecommitdiff
path: root/doc/guided_tour.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guided_tour.dox')
-rw-r--r--doc/guided_tour.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guided_tour.dox b/doc/guided_tour.dox
index 5f7a1003..5f337246 100644
--- a/doc/guided_tour.dox
+++ b/doc/guided_tour.dox
@@ -356,7 +356,7 @@ int main()
At this point, the authenticity of both server and client is established.
Time has come to take advantage of the many possibilities offered by the SSH
-protocol: execute remote commands, open remote shells, transfer files,
+protocol: execute a remote command, open remote shells, transfer files,
forward ports, etc.
The example below shows how to execute a remote command:
@@ -416,7 +416,7 @@ int show_remote_processes(ssh_session session)
@endcode
@see @ref opening_shell
-@see @ref remote_commands
+@see @ref remote_command
@see @ref sftp_subsystem
@see @ref scp_subsystem