From 25fc6af0cebdcf606def95ef87fa401a17ff2a36 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 24 Jan 2012 02:43:43 +0100 Subject: [PATCH] Grammar fix for -z flag. --- man/duff.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/duff.1 b/man/duff.1 index 0e20301..c790140 100644 --- a/man/duff.1 +++ b/man/duff.1 @@ -153,8 +153,8 @@ compares files byte by byte when their sizes match. .It Fl v Display version information and exit. .It Fl z -Do not consider files with zero size to be equal. -This option suppresses reporting a cluster of empty files. +Do not consider empty files to be equal. +This option prevents empty files from being reported as duplicates. .El .Sh EXAMPLES .\" TODO: Fix the formatting of the example commands.