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

Andrea Bolognani abologna at redhat.com
Tue Jan 2 15:07:25 UTC 2018


Signed-off-by: Andrea Bolognani <abologna at 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>
 ...
+<devices>
   <!-- KVM virtio console -->
   <console type='pty'>
     <source path='/dev/pts/5'/>
@@ -6694,7 +6695,7 @@ qemu-kvm -net nic,model=? /dev/null
 
 <pre>
 ...
-</devices>
+<devices>
   <console type='pty'>
     <target type='serial'/>
   </console>
@@ -6719,21 +6720,21 @@ qemu-kvm -net nic,model=? /dev/null
 
 <pre>
 ...
-</devices>
+<devices>
   <serial type='pty'/>
 </devices>
 ...</pre>
 
 <pre>
 ...
-</devices>
+<devices>
   <console type='pty'/>
 </devices>
 ...</pre>
 
 <pre>
 ...
-</devices>
+<devices>
   <serial type='pty'/>
   <console type='pty'/>
 </devices>
-- 
2.14.3




More information about the libvir-list mailing list