]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #1706 from Airblader/feature-docs-5
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 18 May 2015 19:46:47 +0000 (21:46 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 18 May 2015 19:46:47 +0000 (21:46 +0200)
Made syntax of syntax descriptions consistent:

1  2 
docs/userguide
parser-specs/config.spec

diff --cc docs/userguide
index 47bc6b78477989dc952fe948a2011a77443ce0be,7eea85423b335f336d7feb806b86b4ec37e68b8c..977e1358c3632460d737ff36176bf04ab093a04b
@@@ -725,14 -727,14 +727,14 @@@ also when restarting i3 you should use 
  keyword. These commands will be run in order.
  
  See <<command_chaining>> 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] <command>
+ exec_always [--no-startup-id] <command>
+ ---------------------------------------
  
  *Examples*:
  --------------------------------
@@@ -1574,13 -1551,13 +1576,13 @@@ shell. This implies that you can use gl
  searched in your +$PATH+.
  
  See <<command_chaining>> 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] <command>
+ --------------------------------
  
  *Example*:
  ------------------------------
Simple merge