[libvirt] [PATCH] docs: Serial and parallel device target ports actually start from 0

Matthias Bolte matthias.bolte at googlemail.com
Sun Apr 10 13:03:42 UTC 2011


Reported by Igor Galić
---
 docs/formatdomain.html.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 574fee5..ea021e8 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1807,7 +1807,7 @@ qemu-kvm -net nic,model=? /dev/null
 
     <p>
       <code>target</code> can have a <code>port</code> attribute, which
-      specifies the port number. Ports are numbered starting from 1. There are
+      specifies the port number. Ports are numbered starting from 0. There are
       usually 0, 1 or 2 parallel ports.
     </p>
 
@@ -1825,7 +1825,7 @@ qemu-kvm -net nic,model=? /dev/null
 
     <p>
       <code>target</code> can have a <code>port</code> attribute, which
-      specifies the port number. Ports are numbered starting from 1. There are
+      specifies the port number. Ports are numbered starting from 0. There are
       usually 0, 1 or 2 serial ports.
     </p>
 
-- 
1.7.0.4




More information about the libvir-list mailing list