From 5aad3c12f30819ceed1025e9d20e14bd47d5932b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 17 Sep 2017 14:07:42 -0700 Subject: [PATCH] fixes for the fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Javier Tsao Santín --- misc-utils/hardlink.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}$)' -- 2.47.2