summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-04 18:01:26 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-04 18:01:26 +0000
commit9b3469cc9a0bfb016fd241b7b99c1014e6a64fe5 (patch)
treeba1a59c5d47f5e2ecd5e38d04fd2249b685b6841 /qemu-doc.texi
parentd08c4d34a0c63a490278919662926d27e58ff903 (diff)
downloadqemu-9b3469cc9a0bfb016fd241b7b99c1014e6a64fe5.tar.gz
Clarify -soundhw documentation as to avoid hda confusion
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5867 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 19edd01876..7d87085983 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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