summaryrefslogtreecommitdiff
path: root/man/XGrabDeviceKey.txt
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-06-14 11:15:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-14 11:15:01 +1000
commita1c639255b7a9270fea52de3f186eb2fca9de01a (patch)
tree1cbaa7762f0d702848e99d133a939ffc7efd8e51 /man/XGrabDeviceKey.txt
parent8ffaac5710a9a983227454d8473604daae3f172a (diff)
downloadxorg-lib-libXi-a1c639255b7a9270fea52de3f186eb2fca9de01a.tar.gz
man: add a bunch of missing spaces
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/XGrabDeviceKey.txt')
-rw-r--r--man/XGrabDeviceKey.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XGrabDeviceKey.txt b/man/XGrabDeviceKey.txt
index bee4c47..ff86375 100644
--- a/man/XGrabDeviceKey.txt
+++ b/man/XGrabDeviceKey.txt
@@ -49,7 +49,7 @@ SYNOPSIS
modifier_device
Specifies the device whose modifiers are to be used. If
- a modifier_device ofNULL is specified, the X keyboard
+ a modifier_device of NULL is specified, the X keyboard
will be used as the modifier_device.
grab_window
@@ -57,8 +57,8 @@ SYNOPSIS
owner_events
Specifies a Boolean value that indicates whether the
- deviceevents are to be reported as usual or reported
- with respect to the grab windowif selected by the event
+ device events are to be reported as usual or reported
+ with respect to the grab window if selected by the event
list.
event_count
@@ -70,11 +70,11 @@ SYNOPSIS
this_device_mode
Specifies further processing of events from this
- device.You can pass GrabModeSync or GrabModeAsync.
+ device. You can pass GrabModeSync or GrabModeAsync.
other_devices_mode
Specifies further processing of events from other
- devices.You can pass GrabModeSyncor GrabModeAsync.
+ devices. You can pass GrabModeSyncor GrabModeAsync.
DESCRIPTION
-----------