summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarkus Armbruster2011-09-06 10:01:36 +0200
committerStefan Hajnoczi2011-09-09 10:43:17 +0200
commit6e93a44bc55550fffee80ea314da0357969eea68 (patch)
treef39e6c17cd1db6eef1257d6a4e2b4b372e8a4dac /docs
parentconfigure: Remove relicts from --enable-io-thread (diff)
downloadqemu-6e93a44bc55550fffee80ea314da0357969eea68.tar.gz
qemu-6e93a44bc55550fffee80ea314da0357969eea68.tar.xz
qemu-6e93a44bc55550fffee80ea314da0357969eea68.zip
docs: Fix qdev-device-use.txt typo in -chardev serial, path=COM<NUM>
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qdev-device-use.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt
index 057c322090..136d271120 100644
--- a/docs/qdev-device-use.txt
+++ b/docs/qdev-device-use.txt
@@ -208,7 +208,7 @@ LEGACY-CHARDEV translates to -chardev HOST-OPTS... as follows:
* con: becomes -chardev console
-* COM<NUM> becomes -chardev serial,path=<NUM>
+* COM<NUM> becomes -chardev serial,path=COM<NUM>
* file:FNAME becomes -chardev file,path=FNAME