aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-08-28 11:19:31 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-04 18:19:01 +0100
commitcc29e450d1abd2f8be67208dfb78046885a50cca (patch)
tree3ce0f9d2441354b73cd958951469b76f542e7ad5 /docs
parent3fc8cabb8ab704324b4739b6772fcaaa69bbc3b9 (diff)
downloadxen-cc29e450d1abd2f8be67208dfb78046885a50cca.tar.gz
xen-cc29e450d1abd2f8be67208dfb78046885a50cca.tar.bz2
xen-cc29e450d1abd2f8be67208dfb78046885a50cca.zip
xen/docs: Correct documentation for the conswitch parameter
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> CC: Ian Campbell <Ian.Campbell@citrix.com> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/xen-command-line.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
index 2da29b71b6..56c9729803 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -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`