]> git.proxmox.com Git - qemu.git/commitdiff
Clarify -soundhw documentation as to avoid hda confusion
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Dec 2008 18:01:26 +0000 (18:01 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Dec 2008 18:01:26 +0000 (18:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5867 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 19edd01876036721f4bc002cd32608e5541946be..7d870859836a95a7b99943325ea993f36eb16489 100644 (file)
@@ -371,10 +371,10 @@ Enable audio and selected sound hardware. Use ? to print all
 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 disk.img
+qemu -soundhw es1370 disk.img
+qemu -soundhw ac97 disk.img
+qemu -soundhw all disk.img
 qemu -soundhw ?
 @end example