From: Markus Armbruster Date: Wed, 13 Feb 2013 14:54:15 +0000 (+0100) Subject: chardev: Fix manual page and qemu-doc for -chardev tty X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~1142 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d037d6bbbcdda6552254286b6da090ef0dc0d98a;p=qemu-upstream-4.6-testing.git chardev: Fix manual page and qemu-doc for -chardev tty Broken in commit d59044ef. Signed-off-by: Markus Armbruster Reviewed-by: Laszlo Ersek Message-id: 1360767256-610-2-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- diff --git a/qemu-options.hx b/qemu-options.hx index 046bdc0f6..9d7131aa0 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1956,7 +1956,7 @@ Connect to a local BrlAPI server. @option{braille} does not take any options. @item -chardev tty ,id=@var{id} ,path=@var{path} @option{tty} is only available on Linux, Sun, FreeBSD, NetBSD, OpenBSD and -DragonFlyBSD hosts. It is an alias for -serial. +DragonFlyBSD hosts. It is an alias for @option{serial}. @option{path} specifies the path to the tty. @option{path} is required.