diff options
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 8 |
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 |