Commit 0b4af330 authored by Martin Pool's avatar Martin Pool

Doc.

parent 6dd41b67
......@@ -644,6 +644,9 @@ static int copy_argv (char *argv[])
* Start a client for either type of remote connection. Work out
* whether the arguments request a remote shell or rsyncd connection,
* and call the appropriate connection function, then run_client.
*
* Calls either start_socket_client (for sockets) or do_cmd and
* client_run (for ssh).
*/
static int start_client(int argc, char *argv[])
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment