From: Kevin Fenzi Date: Sun, 17 Sep 2017 21:07:42 +0000 (-0700) Subject: fixes for the fixes X-Git-Tag: v2.34-rc1~126^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5aad3c12f30819ceed1025e9d20e14bd47d5932b;p=thirdparty%2Futil-linux.git fixes for the fixes Signed-off-by: Francisco Javier Tsao Santín --- diff --git a/misc-utils/hardlink.1 b/misc-utils/hardlink.1 index b8bfe9d22f..5aa022a1ff 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}$)'