qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?)
Date: Wed, 03 Dec 2008 20:14:35 +0100	[thread overview]
Message-ID: <4936DA9B.4030106@mail.berlios.de> (raw)
In-Reply-To: <493629F6.3020905@walkingfish.com>

Ryan Hayle schrieb:
> The qemu man page includes an "hda" parameter to -soundhw, which I
> think must be a mistake...
>
>        -soundhw card1[,card2,...] or -soundhw all
>            Enable audio and selected sound hardware. Use ? to print all
>            available sound hardware.
>
>                    qemu -soundhw sb16,adlib hda
>                    qemu -soundhw es1370 hda
>                    qemu -soundhw ac97 hda
>                    qemu -soundhw all hda
>                    qemu -soundhw ?
>
>
> At first I thought you had added emulating an Intel HDA sound adapter,
> but since it's not in the list of sound drivers, I thought I would
> post it here.
>
> Ryan
>
>
>

Here is a patch which changes the misleading part:




Fix documentation for command line option -soundhw

Signed-off-by: Stefan Weil <weil@mail.berlios.de>


Index: qemu-doc.texi
===================================================================
--- qemu-doc.texi       (Revision 5863)
+++ qemu-doc.texi       (Arbeitskopie)
@@ -371,10 +371,10 @@
 available sound hardware.

 @example
-qemu -soundhw sb16,adlib hda
-qemu -soundhw es1370 hda
-qemu -soundhw ac97 hda
-qemu -soundhw all hda
+qemu -soundhw sb16,adlib
+qemu -soundhw es1370
+qemu -soundhw ac97
+qemu -soundhw all
 qemu -soundhw ?
 @end example

  reply	other threads:[~2008-12-03 19:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03  6:40 [Qemu-devel] Mistake in qemu man page? Ryan Hayle
2008-12-03 19:14 ` Stefan Weil [this message]
2008-12-03 19:25 ` Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4936DA9B.4030106@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).