From 9a9ebb03b90ea4fdfcda915eca1664b4c678a52c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 15 Mar 2011 17:33:16 -0600 Subject: documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of brackets. Section 4.1.3.4 discusses custom options for when you want to run a QEMU image. Jessica felt that we needed to stress the fact that the options "serial", "nographic", and "kvm" must all appear outside of the angled brackets. (From OE-Core rev: 845770e12b6ed51db3179f42de6b8deacdff5093) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'documentation') 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>’ -- cgit v1.2.3-54-g00ecf