From: Laszlo Ersek Date: Thu, 18 May 2023 12:59:38 +0000 (+0200) Subject: docs: fix typo in isa-debugcon example X-Git-Tag: v9.4.0-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06d15b512b464170cf1dae804af51430dcdd4de;p=thirdparty%2Flibvirt.git docs: fix typo in isa-debugcon example The opening tag is paired with the closing tag; that's a mismatch. The question is then whether to modify the former to , or the latter to . Per section "Relationship between serial ports and consoles", is used for emulated (not paravirt) consoles, and it's the type that's suitable for early debug output (such as from firmware). Thus, change to . Cc: "Daniel P. Berrangé" Cc: Andrea Bolognani Fixes: 654968381df0256c047d2ecd4542ccc90dc57ad0 Signed-off-by: Laszlo Ersek Reviewed-by: Ján Tomko --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 1f52f58d37..6b8b60804e 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6634,7 +6634,7 @@ Serial port
- + ...