mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
docs: Serial and parallel device target ports actually start from 0
Reported by Igor Galić
This commit is contained in:
parent
97263cb115
commit
1ef5a3d37e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user