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>
This commit is contained in:
Scott Rifenbark 2014-08-19 08:39:35 +03:00 committed by Richard Purdie
parent f819f3d7b1
commit b4c03a7c28
1 changed files with 4 additions and 4 deletions

View File

@ -349,19 +349,19 @@
<listitem><para><emphasis><filename>start</filename>:</emphasis> <listitem><para><emphasis><filename>start</filename>:</emphasis>
Starts the NFS share: Starts the NFS share:
<literallayout class='monospaced'> <literallayout class='monospaced'>
runqemu-export-rootfs start &lt;<replaceable>file-system-location</replaceable>&gt; runqemu-export-rootfs start <replaceable>file-system-location</replaceable>
</literallayout> </literallayout>
</para></listitem> </para></listitem>
<listitem><para><emphasis><filename>stop</filename>:</emphasis> <listitem><para><emphasis><filename>stop</filename>:</emphasis>
Stops the NFS share: Stops the NFS share:
<literallayout class='monospaced'> <literallayout class='monospaced'>
runqemu-export-rootfs stop &lt;<replaceable>file-system-location</replaceable>&gt; runqemu-export-rootfs stop <replaceable>file-system-location</replaceable>
</literallayout> </literallayout>
</para></listitem> </para></listitem>
<listitem><para><emphasis><filename>restart</filename>:</emphasis> <listitem><para><emphasis><filename>restart</filename>:</emphasis>
Restarts the NFS share: Restarts the NFS share:
<literallayout class='monospaced'> <literallayout class='monospaced'>
runqemu-export-rootfs restart &lt;<replaceable>file-system-location</replaceable>&gt; runqemu-export-rootfs restart <replaceable>file-system-location</replaceable>
</literallayout> </literallayout>
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
@ -379,7 +379,7 @@
<listitem><para><emphasis>Switching Between Consoles:</emphasis> <listitem><para><emphasis>Switching Between Consoles:</emphasis>
When booting or running QEMU, you can switch between When booting or running QEMU, you can switch between
supported consoles by using supported consoles by using
Ctrl+Alt+&lt;<replaceable>number</replaceable>&gt;. Ctrl+Alt+<replaceable>number</replaceable>.
For example, Ctrl+Alt+3 switches you to the serial console as For example, Ctrl+Alt+3 switches you to the serial console as
long as that console is enabled. long as that console is enabled.
Being able to switch consoles is helpful, for example, if the Being able to switch consoles is helpful, for example, if the