projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08c4d3
)
Clarify -soundhw documentation as to avoid hda confusion
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Dec 2008 18:01:26 +0000
(18:01 +0000)
committer
malc
<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
patch
|
blob
|
history
diff --git
a/qemu-doc.texi
b/qemu-doc.texi
index 19edd01876036721f4bc002cd32608e5541946be..7d870859836a95a7b99943325ea993f36eb16489 100644
(file)
--- 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