From: Andre Noll Date: Sat, 3 Jan 2015 23:31:36 +0000 (+0000) Subject: hlt.c: Clarify description. X-Git-Tag: v0.1.3~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=ef33710dcdd4629db19f56f0d81afeae7afaae3e;hp=9c3878f15dd44c830acc22f661e8585a62adb5ed 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. --- 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