docs: Serial and parallel device target ports actually start from 0

Reported by Igor Galić
This commit is contained in:
Matthias Bolte 2011-04-10 15:03:42 +02:00
parent 97263cb115
commit 1ef5a3d37e

View File

@ -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>