summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-06-04 11:54:31 +0200
committerPeter Wu <lekensteyn@gmail.com>2013-06-08 23:35:48 +0200
commit7e918e4adf8fd589846e7ab324c97bed90477dd2 (patch)
tree146f2d9013000e4e38c20370e965b633534e9254
parente9c114d3a6fd5152682709e5b80c75c91c6df65e (diff)
downloadqemu-doc-updates.tar.gz
documentation update (prepare for v2)doc-updates
-rw-r--r--qemu-doc.texi14
-rw-r--r--qemu-options.hx2
2 files changed, 8 insertions, 8 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 76bb4cdb42..93e9b1c58d 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -275,23 +275,23 @@ targets do not need a disk image.
@c man begin OPTIONS
During the graphical emulation, you can use special key combinations to change
-modes. The default key mappings are shown below. If you are using SDL display
-mode instead of GTK, you can use @code{-alt-grab} to change the modifier to
-Ctrl-Alt-Shift (instead of Ctrl-Alt) and @code{-ctrl-grab} to change it to right
-Ctrl key (instead of Ctrl-Alt):
+modes. The default key mappings are shown below. If you are using a SDL display
+(@code{-display sdl}), you can also use @code{-alt-grab} to change the modifier
+to Ctrl-Alt-Shift (instead of Ctrl-Alt) and @code{-ctrl-grab} to change it to
+right Ctrl key (instead of Ctrl-Alt):
@table @key
@item Ctrl-Alt-f
@kindex Ctrl-Alt-f
-Toggle full screen
+Toggle full screen (GTK and SDL).
@item Ctrl-Alt-+
@kindex Ctrl-Alt-+
-Enlarge the screen
+Enlarge the screen (GTK and SDL).
@item Ctrl-Alt--
@kindex Ctrl-Alt--
-Shrink the screen
+Shrink the screen (GTK and SDL).
@item Ctrl-Alt-u
@kindex Ctrl-Alt-u
diff --git a/qemu-options.hx b/qemu-options.hx
index f7b0172d95..204da5ba37 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -814,7 +814,7 @@ Select type of display to use. This option is a replacement for the
old style -sdl/-curses/... options. Valid values for @var{type} are
@table @option
@item gtk
-Display video output via GTK which includes a menu bar.
+Display video output via GTK in a separate window which includes a menu bar.
@item sdl
Display video output via SDL (usually in a separate graphics
window; see the SDL documentation for other possibilities).