]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fixes for the fixes
authorKevin Fenzi <kevin@scrye.com>
Sun, 17 Sep 2017 21:07:42 +0000 (14:07 -0700)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 12 Jun 2018 12:24:15 +0000 (14:24 +0200)
Signed-off-by: Francisco Javier Tsao Santín <tsao@gpul.org>
misc-utils/hardlink.1

index b8bfe9d22fd0cb14047ae25c678c8c81977d436d..5aa022a1ffe5f3bbd440de2b34b553365a117267 100644 (file)
@@ -59,4 +59,4 @@ Historically \fBhardlink\fP silently excluded any names beginning with
 ".in.", as well as any names beginning with "." followed by exactly 6
 other characters. That prior behavior can be achieved by specifying
 .br
--x '^(\.in\.|\.[^.]{6}$)'
+-x '^(\\.in\\.|\\.[^.]{6}$)'