From 7a7fc5ba85e8ad560b3b6612973a70b25dcaceb6 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 9 Jul 2018 11:08:07 -0700 Subject: [PATCH] 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 --- doc/developer-guides/virtio-hld.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/developer-guides/virtio-hld.rst b/doc/developer-guides/virtio-hld.rst index 803bb814d..41022f8f2 100644 --- a/doc/developer-guides/virtio-hld.rst +++ b/doc/developer-guides/virtio-hld.rst @@ -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