doc: fix a formatting issue in the virtio-hld

Layout of note at the end of the doc had a CSS formatting problem solved
by adding a leading sentence before the bullet list.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-07-09 11:08:07 -07:00 committed by David Kinder
parent d924482ca7
commit 7a7fc5ba85
1 changed files with 3 additions and 1 deletions

View File

@ -610,7 +610,9 @@ To use the virtio-console device, use the following virtio command::
.. note::
- '@' : marks the port as a console port, otherwise it is a normal
Here are some notes about the virtio-console device:
- ``@`` : marks the port as a console port, otherwise it is a normal
virtio serial port
- stdio/tty/pty: tty capable, which means :kbd:`TAB` and :kbd:`BACKSPACE`
are supported as in regular terminals