diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-19 08:39:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 13:04:42 +0100 |
commit | b4c03a7c2863d4943bfd8e50328b08f68d9a7d8e (patch) | |
tree | fe840023238f0a13d099a5855c66c3cfe99f9727 /documentation | |
parent | f819f3d7b168e620844b150eded3d8ca80ec4ba2 (diff) | |
download | poky-b4c03a7c2863d4943bfd8e50328b08f68d9a7d8e.tar.gz |
dev-manual: Added some formatting for user-supplied input.
(From yocto-docs rev: 0b586d27a647d7afcaff0623919dff33a9206632)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-qemu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index d206c111ed..739fd7104b 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml | |||
@@ -349,19 +349,19 @@ | |||
349 | <listitem><para><emphasis><filename>start</filename>:</emphasis> | 349 | <listitem><para><emphasis><filename>start</filename>:</emphasis> |
350 | Starts the NFS share: | 350 | Starts the NFS share: |
351 | <literallayout class='monospaced'> | 351 | <literallayout class='monospaced'> |
352 | runqemu-export-rootfs start <<replaceable>file-system-location</replaceable>> | 352 | runqemu-export-rootfs start <replaceable>file-system-location</replaceable> |
353 | </literallayout> | 353 | </literallayout> |
354 | </para></listitem> | 354 | </para></listitem> |
355 | <listitem><para><emphasis><filename>stop</filename>:</emphasis> | 355 | <listitem><para><emphasis><filename>stop</filename>:</emphasis> |
356 | Stops the NFS share: | 356 | Stops the NFS share: |
357 | <literallayout class='monospaced'> | 357 | <literallayout class='monospaced'> |
358 | runqemu-export-rootfs stop <<replaceable>file-system-location</replaceable>> | 358 | runqemu-export-rootfs stop <replaceable>file-system-location</replaceable> |
359 | </literallayout> | 359 | </literallayout> |
360 | </para></listitem> | 360 | </para></listitem> |
361 | <listitem><para><emphasis><filename>restart</filename>:</emphasis> | 361 | <listitem><para><emphasis><filename>restart</filename>:</emphasis> |
362 | Restarts the NFS share: | 362 | Restarts the NFS share: |
363 | <literallayout class='monospaced'> | 363 | <literallayout class='monospaced'> |
364 | runqemu-export-rootfs restart <<replaceable>file-system-location</replaceable>> | 364 | runqemu-export-rootfs restart <replaceable>file-system-location</replaceable> |
365 | </literallayout> | 365 | </literallayout> |
366 | </para></listitem> | 366 | </para></listitem> |
367 | </itemizedlist> | 367 | </itemizedlist> |
@@ -379,7 +379,7 @@ | |||
379 | <listitem><para><emphasis>Switching Between Consoles:</emphasis> | 379 | <listitem><para><emphasis>Switching Between Consoles:</emphasis> |
380 | When booting or running QEMU, you can switch between | 380 | When booting or running QEMU, you can switch between |
381 | supported consoles by using | 381 | supported consoles by using |
382 | Ctrl+Alt+<<replaceable>number</replaceable>>. | 382 | Ctrl+Alt+<replaceable>number</replaceable>. |
383 | For example, Ctrl+Alt+3 switches you to the serial console as | 383 | For example, Ctrl+Alt+3 switches you to the serial console as |
384 | long as that console is enabled. | 384 | long as that console is enabled. |
385 | Being able to switch consoles is helpful, for example, if the | 385 | Being able to switch consoles is helpful, for example, if the |