summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-18 06:52:14 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-18 06:52:14 +0000
commit4bf27c24bf82b1b8ea725e1572b9942082c9a8df (patch)
tree56f8e678bc28a0de0fc179d38a7c4ca75c3ad0fb /qemu-doc.texi
parent052caf705aa7009fa2ff08f10976d797e6c3cfe2 (diff)
downloadqemu-4bf27c24bf82b1b8ea725e1572b9942082c9a8df.tar.gz
Documentation update for the monitor change command
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4079 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index c43df5051a..ba12f6621d 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1073,7 +1073,7 @@ Change the configuration of a device.
Change the medium for a removable disk device to point to @var{filename}. eg
@example
-(qemu) change cdrom /path/to/some.iso
+(qemu) change ide1-cd0 /path/to/some.iso
@end example
@item change vnc @var{display},@var{options}