From: Martin Pool Date: Sat, 23 Feb 2002 00:12:11 +0000 (+0000) Subject: Doc. X-Git-Tag: v2.5.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4af330ced1003dcac7d169d0012ecf5c79e29f;p=thirdparty%2Frsync.git Doc. --- diff --git a/main.c b/main.c index 6213678f..be8d0c2a 100644 --- a/main.c +++ b/main.c @@ -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[]) {