From: Martin Pool Date: Thu, 11 Apr 2002 02:21:41 +0000 (+0000) Subject: Doc. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c4fea82ff912c596e0e1e49218a67917be8df6df Doc. --- diff --git a/flist.c b/flist.c index 5fde5b60..77f2995c 100644 --- a/flist.c +++ b/flist.c @@ -867,11 +867,11 @@ static void send_directory(int f, struct file_list *flist, char *dir) } -/* +/** * - * I *think* f==-1 means that the list should just be built in memory - * and not transmitted. But who can tell? -- mbp - */ + * I think f==-1 means that the list should just be built in + * memory and not transmitted. But who can tell? -- mbp + **/ struct file_list *send_file_list(int f, int argc, char *argv[]) { int i, l;