From: Matthias Bolte Date: Sun, 10 Apr 2011 13:03:42 +0000 (+0200) Subject: docs: Serial and parallel device target ports actually start from 0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1ef5a3d37e1c8eb1922de9c5ebd9bac02d62676c;p=libvirt.git docs: Serial and parallel device target ports actually start from 0 Reported by Igor Galić --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 3c4c656b47..6ffb0d2be7 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1807,7 +1807,7 @@ qemu-kvm -net nic,model=? /dev/null

target can have a port 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.

@@ -1825,7 +1825,7 @@ qemu-kvm -net nic,model=? /dev/null

target can have a port 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.