commit 3a81caedd89fae40fe996fb9a4492be9b30757e1
parent 1e7c52071fead991562b41662da7b280b787f9b2
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Sun, 23 Jun 2013 22:46:39 +0200
Don't nest bold and italic
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.rst b/README.rst
@@ -78,7 +78,7 @@ 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*}**.
+{*STRING\_1*,\ *…*,\ *STRING\_N*}.
In addition, the sequences can contain ranges of the form *A*-*Z* where
*A* and *Z* are alphanumeric characters.
@@ -95,4 +95,4 @@ If **sxhkd** receives a *SIGUSR1* signal, it will reload its
configuration file.
If no configuration file is specified via the *-c* option, the following
-is used: *$XDG\_CONFIG\_HOME/sxhkd/sxhkdrc*.
+is used: **$XDG\_CONFIG\_HOME/sxhkd/sxhkdrc**.
diff --git a/doc/README.md b/doc/README.md
@@ -62,7 +62,7 @@ If **:** is added at the beginning of the keysym, the captured event will be rep
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.
@@ -74,4 +74,4 @@ What is actually executed is **SHELL** *-c* **COMMAND**, which means you can use
If **sxhkd** receives a *SIGUSR1* signal, it will reload its configuration file.
-If no configuration file is specified via the *-c* option, the following is used: *$XDG_CONFIG_HOME/sxhkd/sxhkdrc*.
+If no configuration file is specified via the *-c* option, the following is used: **$XDG_CONFIG_HOME/sxhkd/sxhkdrc**.
diff --git a/sxhkd.1 b/sxhkd.1
@@ -89,7 +89,7 @@ keysym names: \f[I]button1\f[], \f[I]button2\f[], \f[I]button3\f[],
\&..., \f[I]button24\f[].
.PP
The hotkey and the command may contain sequences of the form
-\f[B]{\f[I]STRING_1\f[],\f[I]\&...\f[],\f[I]STRING_N\f[]}\f[].
+{\f[I]STRING_1\f[],\f[I]\&...\f[],\f[I]STRING_N\f[]}.
.PP
In addition, the sequences can contain ranges of the form
\f[I]A\f[]\-\f[I]Z\f[] where \f[I]A\f[] and \f[I]Z\f[] are alphanumeric
@@ -108,7 +108,7 @@ If \f[B]sxhkd\f[] receives a \f[I]SIGUSR1\f[] signal, it will reload its
configuration file.
.PP
If no configuration file is specified via the \f[I]\-c\f[] option, the
-following is used: \f[I]$XDG_CONFIG_HOME/sxhkd/sxhkdrc\f[].
+following is used: \f[B]$XDG_CONFIG_HOME/sxhkd/sxhkdrc\f[].
.SH AUTHOR
.MT baskerville@lavabit.com
Bastien Dejean