]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hardlink: use more passive wording in hardlink.1
authorEduard Bloch <blade@debian.org>
Mon, 27 Sep 2021 07:08:12 +0000 (09:08 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Sep 2021 11:50:37 +0000 (13:50 +0200)
And fix "same (basename)".

Signed-off-by: Eduard Bloch <blade@debian.org>
misc-utils/hardlink.1.adoc

index 3d86a441c7e20f761686f37be35411677d9433dc..84365656a2c173a7154f1ab6631af5398c67e62b 100644 (file)
@@ -39,16 +39,16 @@ Quiet mode, don't print anything.
 Do not act, just print what would happen.
 
 *-f*, *--respect-name*::
-Only try to link files with the same (basename). It's strongly recommended to use long options rather than *-f* which is interpreted in a different way by others *hardlink* implementations.
+Only try to link files with the same (base)name. It's strongly recommended to use long options rather than *-f* which is interpreted in a different way by other *hardlink* implementations.
 
 *-p*, *--ignore-mode*::
-Link/compare files even if their mode is different. This may be a bit unpredictable.
+Link and compare files even if their mode is different. Results may be slightly unpredictable.
 
 *-o*, *--ignore-owner*::
-Link/compare files even if their owner (user and group) is different. It is not predictable.
+Link and compare files even if their owner information (user and group) differs. Results may be unpredictable.
 
 *-t*, *--ignore-time*::
-Link/compare files even if their time of modification is different. You almost always want this.
+Link and compare files even if their time of modification is different. This is usually a good choice.
 
 *-X*, *--respect-xattrs*::
 Only try to link files with the same extended attributes.