summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKevin Fenzi2017-09-17 23:07:42 +0200
committerRuediger Meier2018-06-12 14:24:15 +0200
commit5aad3c12f30819ceed1025e9d20e14bd47d5932b (patch)
tree05ad11299124d1b9a8d004d018e33633bb8f3314 /misc-utils
parenttemporal fix before re-patch (updates from Fedora repo) (diff)
downloadkernel-qcow2-util-linux-5aad3c12f30819ceed1025e9d20e14bd47d5932b.tar.gz
kernel-qcow2-util-linux-5aad3c12f30819ceed1025e9d20e14bd47d5932b.tar.xz
kernel-qcow2-util-linux-5aad3c12f30819ceed1025e9d20e14bd47d5932b.zip
fixes for the fixes
Signed-off-by: Francisco Javier Tsao Santín <tsao@gpul.org>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.12
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/hardlink.1 b/misc-utils/hardlink.1
index b8bfe9d22..5aa022a1f 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}$)'