From 95f3f7f8c97b057c26ae77505ccc4d55002841ef Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 3 May 2015 18:57:05 +0200 Subject: [PATCH] =?utf8?q?userguide:=20quoted=20strings=20need=20to=20be?= =?utf8?q?=20used,=20escaping=20isn=E2=80=99t=20possible?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixes #1678 --- docs/userguide | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/userguide b/docs/userguide index 301d8c81..3a3cf002 100644 --- a/docs/userguide +++ b/docs/userguide @@ -725,8 +725,8 @@ also when restarting i3 you should use the +exec_always+ keyword. These commands will be run in order. See <> for details on the special meaning of +;+ (semicolon) -and +,+ (comma): they chain commands together in i3 and need to be escaped if -you want to use them in your command. +and +,+ (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command. *Syntax*: ------------------- @@ -1549,8 +1549,8 @@ shell. This implies that you can use globbing (wildcards) and programs will be searched in your +$PATH+. See <> for details on the special meaning of +;+ (semicolon) -and +,+ (comma): they chain commands together in i3 and need to be escaped if -you want to use them in your command. +and +,+ (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command. *Syntax*: ------------------------------ -- 2.39.2