diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-03 17:10:41 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-03 17:10:41 +0000 |
commit | c6d46c200f72be7b9fba3e0f29fa8d6128aea4c9 (patch) | |
tree | 88d704a33ed21a77e2a47a9add557f8f0b81d27e /qemu-doc.texi | |
parent | e17a36ce41bc76abecebb434850ba619f5182ba8 (diff) | |
download | qemu-c6d46c200f72be7b9fba3e0f29fa8d6128aea4c9.tar.gz qemu-c6d46c200f72be7b9fba3e0f29fa8d6128aea4c9.tar.bz2 qemu-c6d46c200f72be7b9fba3e0f29fa8d6128aea4c9.zip |
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2146 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 144381ff99..cc73dcddca 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1220,7 +1220,7 @@ or the @code{usb_add} monitor command. Available devices are: @item @code{mouse} Virtual Mouse. This will override the PS/2 mouse emulation when activated. @item @code{tablet} -Pointer device that uses abolsute coordinates (like a touchscreen). +Pointer device that uses absolute coordinates (like a touchscreen). This means qemu is able to report the mouse position without having to grab the mouse. Also overrides the PS/2 mouse emulation when activated. @item @code{disk:file} |