aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-09-06 10:01:36 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-09-09 09:43:17 +0100
commit6e93a44bc55550fffee80ea314da0357969eea68 (patch)
treef39e6c17cd1db6eef1257d6a4e2b4b372e8a4dac /docs
parentbca4b9885fc021e5550ac1c488dc0048c2694b79 (diff)
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