summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorutoddl2017-08-14 16:46:25 +0200
committerRuediger Meier2018-06-12 14:24:07 +0200
commit88824694f68b3da23954bf3bae5db8e915164111 (patch)
tree05ad11299124d1b9a8d004d018e33633bb8f3314 /misc-utils
parentFixed version number, added changelog about Todd Lewis' patch (diff)
downloadkernel-qcow2-util-linux-88824694f68b3da23954bf3bae5db8e915164111.tar.gz
kernel-qcow2-util-linux-88824694f68b3da23954bf3bae5db8e915164111.tar.xz
kernel-qcow2-util-linux-88824694f68b3da23954bf3bae5db8e915164111.zip
Update hardlink.1
The example regex in the BUGS section needs its backslashes backslashed.
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}$)'