From d073aab9d34eea205545c77222947691f4abf5aa Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 3 Sep 2025 11:57:06 +0200 Subject: [PATCH] hardlink: (man) add note note about ULFILEEQ_DEBUG= Addresses: https://github.com/util-linux/util-linux/discussions/3323 Signed-off-by: Karel Zak --- misc-utils/hardlink.1.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc-utils/hardlink.1.adoc b/misc-utils/hardlink.1.adoc index 29d6dca3e..21b976297 100644 --- a/misc-utils/hardlink.1.adoc +++ b/misc-utils/hardlink.1.adoc @@ -153,6 +153,11 @@ include::man-common/help-version.adoc[] *hardlink* takes one or more directories which will be searched for files to be linked. +== ENVIRONMENT + +*ULFILEEQ_DEBUG*=all:: +Enables debug output for file comparisons. + == BUGS The original *hardlink* implementation uses the option *-f* to force hardlinks creation between filesystem. This very rarely usable feature is no more supported by the current *hardlink*. -- 2.47.3