From 089f235dd2c2945a63383e79e02616c1a99b50a6 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 24 Jan 2013 16:51:42 +0100 Subject: ssh: Fix dialyzer and doc warnings --- lib/ssh/doc/src/ssh_connection.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/ssh/doc/src/ssh_connection.xml') diff --git a/lib/ssh/doc/src/ssh_connection.xml b/lib/ssh/doc/src/ssh_connection.xml index c66622307f..efd4865a6f 100644 --- a/lib/ssh/doc/src/ssh_connection.xml +++ b/lib/ssh/doc/src/ssh_connection.xml @@ -5,7 +5,7 @@
2008 - 2012 + 2013 Ericsson AB, All Rights Reserved @@ -42,7 +42,7 @@ marker="ssh_channel">ssh_channel behavior is used to implement the channel process these will be handled by handle_ssh_msg/2 .

+ marker="ssh_channel#Module:handle_ssh_msg-2">handle_ssh_msg/2 .

@@ -69,12 +69,12 @@ Data has arrived on the channel. This event is sent as - result of calling ssh_connection:send/[3,4,5] + result of calling ssh_connection:send/[3,4,5] Indicates that the other side will not send any more data. This event is sent as result of calling ssh_connection:send_eof/2 + marker="ssh_connection#send_eof-2"> ssh_connection:send_eof/2 @@ -104,12 +104,12 @@ following message can be sent to return the exit status of the command. A zero 'exit_status' usually means that the command terminated successfully. This event is sent as result of calling - + ssh_connection:exit_status/3 This event is sent as result of calling - ssh_connection:close/2 Both the handling of this + ssh_connection:close/2 Both the handling of this event and sending of it will be taken care of by the ssh_channel behavior. @@ -122,17 +122,17 @@

Channels implementing a shell and command execution on the server side should handle the following messages that may be sent by client channel processes.

-

Events that includes a WantReply expects the event handling - process to call ssh_connection:reply_request/4 +

Events that includes a WantReply expects the event handling + process to call ssh_connection:reply_request/4 with the boolean value of WantReply as the second - argument.

+ argument.

Environment variables may be passed to the shell/command to be started later. This event is sent as result of calling ssh_connection:setenv/5 + marker="ssh_connection#setenv-5"> ssh_connection:setenv/5
This message will request that the user's default shell be started at the other end. This event is sent as result of calling ssh_connection:shell/2 + marker="ssh_connection#shell-2"> ssh_connection:shell/2 This message will request that the server starts execution of the given command. This event is sent as result of calling ssh_connection:exec/4 + marker="ssh_connection#exec-4">ssh_connection:exec/4 @@ -194,7 +194,7 @@

Channels implemented with the ssh_channel behavior will normaly not need to call this function as flow control will be handled by the behavior. The behavior will adjust the window every time - the callback + the callback handle_ssh_msg/2 has returned after processing channel data

-- cgit v1.2.3