summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monitor.c4
-rw-r--r--qemu-doc.texi10
2 files changed, 7 insertions, 7 deletions
diff --git a/monitor.c b/monitor.c
index 379733333c..86b1f389ba 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1215,9 +1215,9 @@ static term_cmd_t term_cmds[] = {
{ "q|quit", "", do_quit,
"", "quit the emulator" },
{ "eject", "-fB", do_eject,
- "[-f] device", "eject a removable media (use -f to force it)" },
+ "[-f] device", "eject a removable medium (use -f to force it)" },
{ "change", "BF", do_change,
- "device filename", "change a removable media" },
+ "device filename", "change a removable medium" },
{ "screendump", "F", do_screen_dump,
"filename", "save screen into PPM image 'filename'" },
{ "log", "s", do_log,
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 74d0edf057..5db875c561 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -789,7 +789,7 @@ emulator. You can use it to:
@itemize @minus
@item
-Remove or insert removable medias images
+Remove or insert removable media images
(such as CD-ROM or floppies)
@item
@@ -842,10 +842,10 @@ show which guest mouse is receiving events
Quit the emulator.
@item eject [-f] device
-Eject a removable media (use -f to force it).
+Eject a removable medium (use -f to force it).
@item change device filename
-Change a removable media.
+Change a removable medium.
@item screendump filename
Save screen into PPM image @var{filename}.
@@ -1140,7 +1140,7 @@ The prefered syntax is the drive letter (e.g. @file{d:}). The
alternate syntax @file{\\.\d:} is supported. @file{/dev/cdrom} is
supported as an alias to the first CDROM drive.
-Currently there is no specific code to handle removable medias, so it
+Currently there is no specific code to handle removable media, so it
is better to use the @code{change} or @code{eject} monitor commands to
change or eject media.
@item Hard disks
@@ -1158,7 +1158,7 @@ modifications are written in a temporary file).
@file{/dev/cdrom} is an alias to the first CDROM.
-Currently there is no specific code to handle removable medias, so it
+Currently there is no specific code to handle removable media, so it
is better to use the @code{change} or @code{eject} monitor commands to
change or eject media.