[libvirt] [PATCH] docs: Fix serial console configuration examples

Andrea Bolognani posted 1 patch 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180102150725.31164-1-abologna@redhat.com
docs/formatdomain.html.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[libvirt] [PATCH] docs: Fix serial console configuration examples
Posted by Andrea Bolognani 6 years, 3 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 docs/formatdomain.html.in | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 01db83e60..d272cc1ba 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -6603,6 +6603,7 @@ qemu-kvm -net nic,model=? /dev/null
 
 <pre>
 ...
+&lt;devices&gt;
   &lt;!-- KVM virtio console --&gt;
   &lt;console type='pty'&gt;
     &lt;source path='/dev/pts/5'/&gt;
@@ -6694,7 +6695,7 @@ qemu-kvm -net nic,model=? /dev/null
 
 <pre>
 ...
-&lt;/devices&gt;
+&lt;devices&gt;
   &lt;console type='pty'&gt;
     &lt;target type='serial'/&gt;
   &lt;/console&gt;
@@ -6719,21 +6720,21 @@ qemu-kvm -net nic,model=? /dev/null
 
 <pre>
 ...
-&lt;/devices&gt;
+&lt;devices&gt;
   &lt;serial type='pty'/&gt;
 &lt;/devices&gt;
 ...</pre>
 
 <pre>
 ...
-&lt;/devices&gt;
+&lt;devices&gt;
   &lt;console type='pty'/&gt;
 &lt;/devices&gt;
 ...</pre>
 
 <pre>
 ...
-&lt;/devices&gt;
+&lt;devices&gt;
   &lt;serial type='pty'/&gt;
   &lt;console type='pty'/&gt;
 &lt;/devices&gt;
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list