From: Karel Zak Date: Wed, 3 Sep 2025 09:57:06 +0000 (+0200) Subject: hardlink: (man) add note note about ULFILEEQ_DEBUG= X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d073aab9d34eea205545c77222947691f4abf5aa;p=thirdparty%2Futil-linux.git hardlink: (man) add note note about ULFILEEQ_DEBUG= Addresses: https://github.com/util-linux/util-linux/discussions/3323 Signed-off-by: Karel Zak --- 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*.