diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-10-11 13:33:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-10-11 13:33:45 +1000 |
commit | 8c0eb1b6b4017b1e886981dc32cea90f2d4b9b64 (patch) | |
tree | eb6f67ecf32269a87b2163a7cf6a1b53bd235b35 | |
parent | ae163b6202d844a46541928d00049b29cbdf930f (diff) |
man: fix formatting issues in XGetDeviceControl(3)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | man/XGetDeviceControl.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/XGetDeviceControl.txt b/man/XGetDeviceControl.txt index 09bf065..1c5e86d 100644 --- a/man/XGetDeviceControl.txt +++ b/man/XGetDeviceControl.txt @@ -46,7 +46,7 @@ DESCRIPTION Valid device control types that can be used with these requests include the following: - DEVICE_RESOLUTION Queries or changes the resolution of + DEVICE_RESOLUTION: Queries or changes the resolution of valuators on input devices. The XGetDeviceControl request returns a pointer to an @@ -60,9 +60,13 @@ DESCRIPTION with the request. XChangeDeviceControl can generate a BadDevice, BadMatch, or - BadValue error..SH STRUCTURES Each control is described by a - structure specific to that control. These structures are - defined in the file XInput.h. + BadValue error. + +STRUCTURES +---------- + + Each control is described by a structure specific to that control. + These structures are defined in the file XInput.h. XDeviceControl is a generic structure that contains two fields that are at the beginning of each class of control: |