Description: Misc. documentation fixes and man-page renamings

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -30,7 +30,7 @@
 
 include $(top_builddir)/Makefile.include
 
-MANPAGES = gpm.8 mev.1 gpm-root.1 gpm-types.7 mouse-test.1
+MANPAGES = gpm.8 mev.1 gpm-root.1 gpm-types.7 gpm-mouse-test.8
 
 all: $(srcdir)/gpm.info gpm.man
 
@@ -60,7 +60,7 @@
 $(MANPAGES): gpm.man
 gpm.man: doc.gpm $(srcdir)/manpager
 	$(AWK) -f $(srcdir)/manpager doc.gpm
-	for i in gpm-root.1 gpm-types.7 gpm.8 mev.1 mouse-test.1; do \
+	for i in gpm-root.1 gpm-types.7 gpm.8 mev.1 gpm-mouse-test.8; do \
 		expand $$i | sed s/^'[ ]*'//g > $$i.new; \
 		mv $$i.new $$i; \
 	done;
@@ -115,7 +115,7 @@
 
 install:	all installdirs
 	$(INSTALL_DATA) -m 644 mev.1          $(man1dir)
-	$(INSTALL_DATA) -m 644 mouse-test.1   $(man1dir)
+	$(INSTALL_DATA) -m 644 gpm-mouse-test.8   $(man8dir)
 	$(INSTALL_DATA) -m 644 gpm-root.1     $(man1dir)
 	$(INSTALL_DATA) -m 644 gpm-types.7    $(man7dir)
 	$(INSTALL_DATA) -m 644 gpm.8          $(man8dir)
@@ -139,7 +139,7 @@
 # e.g. /var/cache/man/cat1/mev.1.gz.  Deleting these is not our job,
 # but the job of the man program on the host.
 uninstall:	
-	cd $(man1dir) && rm -f mev.1 mouse-test.1 gpm-root.1
+	cd $(man1dir) && rm -f mev.1 gpm-mouse-test.8 gpm-root.1
 	rm -f $(man7dir)/gpm-types.7 $(man8dir)/gpm.8 
 	rm -f $(infodir)/gpm.info $(infodir)/gpm.info.gz
 	-if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
--- a/doc/doc.gpm.in
+++ b/doc/doc.gpm.in
@@ -411,8 +411,9 @@
 
 
 @item \-r @var{number}
-        Set the responsiveness. A higher responsiveness is used for a faster
-        cursor motion.
+        Set the responsiveness as a percentage of motion (1 to 100, default
+        10). A lower number can be used to slow down cursor motion, this can
+        not be used to make a mouse move faster, see @samp{-a}.
 
 @item \-R[@var{name}]
         Causes @code{gpm} to act as a repeater: any mouse data received while
@@ -441,10 +442,7 @@
 
 @item \-t @var{name}
         Set the mouse type. Use @samp{\-t help} to get a list
-	of allowable types. Since version 1.18.1, the list also shows
-        which protocols are available as repeaters (see @t{\-R} above),
-        by marking them with an asterisk (``@t{*}'').
-        @xref{Mouse Types}.
+        of allowable types. @xref{Mouse Types}.
         Use \-t after you selected the mouse device with \-m.
 
 @item \-v
@@ -547,8 +545,7 @@
 
 .SH SEE ALSO
 .nf
-\fB mev(1)\fP        A sample client for the gpm daemon.
-\fB gpm-root(1)\fP   An handler for Control-Mouse events.
+\fB gpm-types(7)\fP  Description of current pointer types supported by gpm
 
 .fi
 The info file about `gpm', which gives more complete information and
@@ -900,6 +897,10 @@
 	The change in position since the last reported
 	event.
 
+@item short wdx, wdy;
+       The change in horizontal and vertical wheel positions since the
+       last reported event.
+
 @item enum Gpm_Etype type;
 	A bit-mask, representing the
 	type of reported event, as described later. 
@@ -1629,8 +1630,7 @@
 
 
 %.........................................................................
-@deftypefun Gpm_Roi* Gpm_PushRoi (int @var{xmin}, int @var{ymin}, int @var{xmax}, int @var{ymax},
-        int @var{mask}, Gpm_Handler *@var{fun}, void *@var{xtradata});
+@deftypefun Gpm_Roi* Gpm_PushRoi (int @var{xmin}, int @var{ymin}, int @var{xmax}, int @var{ymax}, int @var{mask}, Gpm_Handler *@var{fun}, void *@var{xtradata});
 
 
 This function pushes a Region of Interest on top of the stack, after
@@ -1732,7 +1732,7 @@
 * Emacs Support::               
 * gpm-root::                    
 * hltest::                      
-* mouse-test::                  
+* gpm-mouse-test::              
 @end menu
 
 %==========================================================================
@@ -1860,7 +1860,6 @@
 .SH SEE ALSO
 .nf
 \fB gpm(8) \fP      The mouse server
-\fB gpm-root(1) \fP An handler for Control-Mouse events.
 
 .fi
 The info file about `gpm', which gives more complete information and
@@ -2203,7 +2202,7 @@
 %MANPAGE END
 
 %==========================================================================
-@node hltest, mouse-test, gpm-root, Demo Clients
+@node hltest, gpm-mouse-test, gpm-root, Demo Clients
 @section @code{hltest}
 
 High-level test is a simple sample application using the high-level
@@ -2215,15 +2214,15 @@
 in understanding the internal workings.
 
 %==========================================================================
-@node mouse-test,  , hltest, Demo Clients
-@section @code{mouse-test}
+@node gpm-mouse-test,  , hltest, Demo Clients
+@section @code{gpm-mouse-test}
 
-%MANPAGE mouse-test.1
-%M .TH mouse-test 1 "March 26, 1998" ""
+%MANPAGE gpm-mouse-test.8
+%M .TH gpm-mouse-test 8 "March 26, 1998" ""
 %M .SH NAME
-%M mouse-test \- a tool for determining mouse type and device it's attached to.
+%M gpm-mouse-test \- a tool for determining mouse type and device it's attached to.
 %M .SH SYNTAX
-%M \fBmouse-test\fR [ \fIdevice\fR ... ]
+%M \fBgpm-mouse-test\fR [ \fIdevice\fR ... ]
 %M .SH DESCRIPTION
 
 This experimental and incomplete application tries to help in detecting
@@ -2243,7 +2242,7 @@
 .IP \fIdevice\fP
 [ \fIdevice\fP ... ]
 .PP
-Check this \fIdevice\fP for a mouse.  If no devices are listed, mouse-test will try all possible devices.
+Check this \fIdevice\fP for a mouse.  If no devices are listed, gpm-mouse-test will try all possible devices.
 
 .SH AUTHOR
 Alessandro Rubini <rubini@linux.it>
