From ef33710dcdd4629db19f56f0d81afeae7afaae3e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 3 Jan 2015 23:31:36 +0000 Subject: [PATCH 1/1] hlt.c: Clarify description. The old text was misleading since hlt looks only at regular files. Directories can not be hard linked on most systems anyway. --- examples/hlt/hlt.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/hlt/hlt.c b/examples/hlt/hlt.c index 9771741..4c6dbef 100644 --- a/examples/hlt/hlt.c +++ b/examples/hlt/hlt.c @@ -4,7 +4,10 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/* A simple program that prints all hard links of a given directory. */ +/* + * A simple program that traverses a directory and prints groups of file names + * which are hard-linked to each other. + */ #include #include -- 2.39.2