summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-eclipse.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 197628b79..d41f496d5 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -215,11 +215,15 @@
<para>Most custom options are for advanced QEMU users to further
customize their QEMU instance.
These options are specified between paired angled brackets.
- Some options must be specified outside the brackets.
- Use the <filename>man qemu</filename> command to get help on all the options.
- The following is an example custom:
+ Some options must be specified outside the brackets.
+ In particular, the options <filename>serial</filename>,
+ <filename>nographic</filename>, and <filename>kvm</filename> must all
+ be outside the brackets.
+ Use the <filename>man qemu</filename> command to get help on all the options
+ and their use.
+ The following is an example:
<literallayout class='monospaced'>
- serial ‘&lt;-m 256 –full-screen&gt;’
+ serial ‘&lt;-m 256 -full-screen&gt;’
</literallayout>
</para>
<para>