From 2eeed250dc21ae4f6d8eb48e0e5c23feac8b5649 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 11 Mar 2011 19:49:04 +0100 Subject: [PATCH] Same typo in the help and the man page. --- finddup.1 | 4 ++-- finddup.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finddup.1 b/finddup.1 index d6da915..46952a8 100644 --- a/finddup.1 +++ b/finddup.1 @@ -75,8 +75,8 @@ their names as arguments .TP \fB-f \fI\fR, \fB--result-prefix \fI\fR for each group of identical files, write one result file whose name is -the given prefix string followed the group number, and containing one -file name per line +the given prefix string followed by the group number, and containing +one file name per line .SH "BUGS" diff --git a/finddup.c b/finddup.c index 350afa0..45ba3a6 100644 --- a/finddup.c +++ b/finddup.c @@ -624,8 +624,8 @@ void usage(FILE *out) { fprintf(out, " -f , --result-prefix \n"); fprintf(out, " for each group of identical files, write one\n"); fprintf(out, " result file whose name is the given prefix string\n"); - fprintf(out, " followed the group number, and containing one\n"); - fprintf(out, " filename per line\n"); + fprintf(out, " followed by the group number, and containing\n"); + fprintf(out, " one filename per line\n"); fprintf(out, "\n"); fprintf(out, "Report bugs and comments to .\n"); } -- 2.20.1