summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorFrancisco Javier Tsao Santín2017-10-17 23:21:36 +0200
committerRuediger Meier2018-06-12 14:24:11 +0200
commit3b9498938911cabd10130adbcda797d3fe8a2763 (patch)
treec3db3f976e370899b7482c9f97f52bc2d409ce24 /misc-utils
parentUpdate hardlink.1 (diff)
downloadkernel-qcow2-util-linux-3b9498938911cabd10130adbcda797d3fe8a2763.tar.gz
kernel-qcow2-util-linux-3b9498938911cabd10130adbcda797d3fe8a2763.tar.xz
kernel-qcow2-util-linux-3b9498938911cabd10130adbcda797d3fe8a2763.zip
temporal fix before re-patch (updates from Fedora repo)
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 5aa022a1f..b8bfe9d22 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}$)'