From 1ef5a3d37e1c8eb1922de9c5ebd9bac02d62676c Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Sun, 10 Apr 2011 15:03:42 +0200 Subject: [PATCH] docs: Serial and parallel device target ports actually start from 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Igor Galić --- docs/formatdomain.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- GitLab