]> git.tuebingen.mpg.de Git - osl.git/commitdiff
hlt.c: Clarify description.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 23:31:36 +0000 (23:31 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Feb 2015 14:11:29 +0000 (15:11 +0100)
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

index 9771741f39844e45048fcd0300c98c5961117150..4c6dbefc50440f52486e4f9702c2df9733d471c5 100644 (file)
@@ -4,7 +4,10 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * 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 <inttypes.h>
 #include <osl.h>
 
 #include <inttypes.h>
 #include <osl.h>