diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-30 04:52:25 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-30 04:52:25 -0400 |
commit | 6f2cbcea5d6dcd1df7ef309481cad1663284c061 (patch) | |
tree | 68cd6ac83c802b1d55cdec8806fbd7492ade29c1 /man/XSetPointerMapping.man | |
parent | 4abf482d8e6b0b1ae84e0f528e71066afd6d18b5 (diff) | |
download | xorg-lib-libX11-6f2cbcea5d6dcd1df7ef309481cad1663284c061.tar.gz |
trim trailing whitespace from manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XSetPointerMapping.man')
-rw-r--r-- | man/XSetPointerMapping.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XSetPointerMapping.man b/man/XSetPointerMapping.man index 9043e284..de1b23ab 100644 --- a/man/XSetPointerMapping.man +++ b/man/XSetPointerMapping.man @@ -39,7 +39,7 @@ .\" Digital and Tektronix makes no representations about the suitability .\" of this documentation for any purpose. .\" It is provided "as is" without express or implied warranty. -.\" +.\" .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -51,10 +51,10 @@ XSetPointerMapping, XGetPointerMapping \- manipulate pointer settings .SH SYNTAX .HP int XSetPointerMapping\^(\^Display *\fIdisplay\fP\^, unsigned char -\fImap\fP\^[]\^, int \fInmap\fP\^); +\fImap\fP\^[]\^, int \fInmap\fP\^); .HP int XGetPointerMapping\^(\^Display *\fIdisplay\fP\^, unsigned char -\fImap_return\fP\^[]\^, int \fInmap\fP\^); +\fImap_return\fP\^[]\^, int \fInmap\fP\^); .SH ARGUMENTS .IP \fIdisplay\fP 1i Specifies the connection to the X server. @@ -107,7 +107,7 @@ Pointer buttons are numbered starting from one. returns the number of physical buttons actually on the pointer. The nominal mapping for a pointer is map[i]=i+1. The nmap argument specifies the length of the array where the pointer -mapping is returned, and only the first nmap elements are returned +mapping is returned, and only the first nmap elements are returned in map_return. .SH DIAGNOSTICS .TP 1i |