From 0b4af330ced1003dcac7d169d0012ecf5c79e29f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 23 Feb 2002 00:12:11 +0000 Subject: [PATCH] Doc. --- main.c | 3 +++ 1 file changed, 3 insertions(+) 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[]) { -- 2.34.1