diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 197628b79d..d41f496d57 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -215,11 +215,15 @@ 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 man qemu 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 serial, + nographic, and kvm must all + be outside the brackets. + Use the man qemu command to get help on all the options + and their use. + The following is an example: - serial ‘<-m 256 –full-screen>’ + serial ‘<-m 256 -full-screen>’