diff --git a/.gitignore b/.gitignore index 273b53b..da236ad 100644 --- a/.gitignore +++ b/.gitignore @@ -71,8 +71,8 @@ core *.tar.bz2 *.tar.gz # -# Add & Override patterns for xf86-input-vmmouse +# Add & Override patterns for xf86-input-vmmouse # # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' -# +# diff --git a/README b/README index 4205876..6616032 100644 --- a/README +++ b/README @@ -3,13 +3,13 @@ VMMouse The VMMouse driver enables support for the special VMMouse protocol that is provided by VMware virtual machines to give absolute pointer -positioning. +positioning. -Installing the driver will improve the user experience when using the -mouse to interact with the guest operating system. In particular, use of -the driver improves mouse "lag", provides mouse speed and acceleration -consistent with the user's host operating system, and enables the -auto-grab/ungrab feature in VMware products without requiring the VMware +Installing the driver will improve the user experience when using the +mouse to interact with the guest operating system. In particular, use of +the driver improves mouse "lag", provides mouse speed and acceleration +consistent with the user's host operating system, and enables the +auto-grab/ungrab feature in VMware products without requiring the VMware toolbox application. Using the driver @@ -36,7 +36,7 @@ operating system, a linux kernel input driver or even gpm. The driver is composed of three different layers: 1) The vmmouse protocol layer (vmmouse_proto.[c|h]) - - This provides the call to read and write the port over which + - This provides the call to read and write the port over which the vmmouse packets are transfered. 2) The vmmouse client layer (vmmouse_client.[c|h]) diff --git a/man/Makefile.am b/man/Makefile.am index 42ef841..5f9aa91 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -# +# drivermandir = $(DRIVER_MAN_DIR) driverman_PRE = @DRIVER_NAME@.man diff --git a/man/vmmouse.man b/man/vmmouse.man index 6ca1eb5..d7f0065 100644 --- a/man/vmmouse.man +++ b/man/vmmouse.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/mouse.man,v 1.5 2002/12/17 20:55:21 dawes Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/mouse/mouse.man,v 1.5 2002/12/17 20:55:21 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH VMMOUSE __drivermansuffix__ __vendorversion__ @@ -37,7 +37,7 @@ specific options, but if you set .B mouse(__drivermansuffix__) options, they will be passed on. .PP -See the +See the .B mouse(__drivermansuffix__) man page for details on these options. .SH "SEE ALSO" diff --git a/tools/vmmouse_detect.c b/tools/vmmouse_detect.c index 04af3c3..4fd5012 100644 --- a/tools/vmmouse_detect.c +++ b/tools/vmmouse_detect.c @@ -55,7 +55,7 @@ main(void) */ signal(SIGSEGV, segvCB); -#if defined __i386__ || defined __x86_64__ +#if defined __i386__ || defined __x86_64__ (void) xf86EnableIO(); if (VMMouseClient_Enable()) { VMMouseClient_Disable();