commit 75f698312ae2960297f674fc9a340194d6495753
parent 9c894d182aa84a133c4dec2fafe156bdf32ddee3
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Thu, 27 Jun 2013 12:08:20 +0200
Prevent brace interpretation
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/sxhkd.1 b/doc/sxhkd.1
@@ -132,7 +132,7 @@ If \fB:\fR is added at the beginning of the keysym, the captured event will be r
.sp
Mouse hotkeys can be defined by using one of the following special keysym names: \fIbutton1\fR, \fIbutton2\fR, \fIbutton3\fR, \&..., \fIbutton24\fR\&.
.sp
-The hotkey and the command may contain sequences of the form {\fISTRING_1\fR,\fI\&...\fR,\fISTRING_N\fR}\&.
+The hotkey and the command may contain sequences of the form \fI{STRING_1,\&...,STRING_N}\fR\&.
.sp
In addition, the sequences can contain ranges of the form \fIA\fR\-\fIZ\fR where \fIA\fR and \fIZ\fR are alphanumeric characters\&.
.sp
diff --git a/doc/sxhkd.1.txt b/doc/sxhkd.1.txt
@@ -75,7 +75,7 @@ If *:* is added at the beginning of the keysym, the captured event will be repla
Mouse hotkeys can be defined by using one of the following special keysym names: _button1_, _button2_, _button3_, …, _button24_.
-The hotkey and the command may contain sequences of the form \{'STRING_1','…','STRING_N'}.
+The hotkey and the command may contain sequences of the form '{STRING_1,…,STRING_N}'.
In addition, the sequences can contain ranges of the form _A_-_Z_ where _A_ and _Z_ are alphanumeric characters.