xen/docs: Correct documentation for the conswitch parameter
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 28 Aug 2013 10:19:31 +0000 (11:19 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 4 Sep 2013 17:19:01 +0000 (18:19 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
docs/misc/xen-command-line.markdown

index 2da29b71b67ef1a3ee190a2b2398c8945d1db698..56c9729803441e470525c83b53f1d8e9f955722c 100644 (file)
@@ -281,7 +281,7 @@ Flag to indicate whether all guest console output should be copied
 into the console ring buffer.
 
 ### conswitch
-> `= <switch char>[,x]`
+> `= <switch char>[x]`
 
 > Default `conswitch=a`
 
@@ -292,7 +292,8 @@ times.
 The optional trailing `x` indicates that Xen should not automatically
 switch the console input to dom0 during boot.  Any other value,
 including omission, causes Xen to automatically switch to the dom0
-console during dom0 boot.
+console during dom0 boot.  Use `conswitch=ax` to keep the default switch
+character, but for xen to keep the console.
 
 ### cpu\_type
 > `= arch_perfmon`