From: Francisco Javier Tsao Santín Date: Tue, 17 Oct 2017 21:21:36 +0000 (+0200) Subject: temporal fix before re-patch (updates from Fedora repo) X-Git-Tag: v2.34-rc1~126^2~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9498938911cabd10130adbcda797d3fe8a2763;p=thirdparty%2Futil-linux.git temporal fix before re-patch (updates from Fedora repo) --- diff --git a/misc-utils/hardlink.1 b/misc-utils/hardlink.1 index 5aa022a1ff..b8bfe9d22f 100644 --- a/misc-utils/hardlink.1 +++ b/misc-utils/hardlink.1 @@ -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}$)'