diff options
Diffstat (limited to 'documentation/dev-manual')
-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 |