From: Michael Stapelberg Date: Mon, 18 May 2015 19:46:47 +0000 (+0200) Subject: Merge pull request #1706 from Airblader/feature-docs-5 X-Git-Tag: 4.11~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=43386c51d413dc569cfd4939d534f8396f01586d;p=i3%2Fi3 Merge pull request #1706 from Airblader/feature-docs-5 Made syntax of syntax descriptions consistent: --- 43386c51d413dc569cfd4939d534f8396f01586d diff --cc docs/userguide index 47bc6b78,7eea8542..977e1358 --- a/docs/userguide +++ b/docs/userguide @@@ -725,14 -727,14 +727,14 @@@ also when restarting i3 you should use 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*: - ------------------- - exec [--no-startup-id] command - exec_always [--no-startup-id] command - ------------------- + --------------------------------------- + exec [--no-startup-id] + exec_always [--no-startup-id] + --------------------------------------- *Examples*: -------------------------------- @@@ -1574,13 -1551,13 +1576,13 @@@ shell. This implies that you can use gl 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*: - ------------------------------ - exec [--no-startup-id] command - ------------------------------ + -------------------------------- + exec [--no-startup-id] + -------------------------------- *Example*: ------------------------------