diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-14 11:15:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-14 11:15:01 +1000 |
commit | a1c639255b7a9270fea52de3f186eb2fca9de01a (patch) | |
tree | 1cbaa7762f0d702848e99d133a939ffc7efd8e51 /man/XGrabDevice.txt | |
parent | 8ffaac5710a9a983227454d8473604daae3f172a (diff) |
man: add a bunch of missing spaces
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/XGrabDevice.txt')
-rw-r--r-- | man/XGrabDevice.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XGrabDevice.txt b/man/XGrabDevice.txt index 443e6ac..cfe215f 100644 --- a/man/XGrabDevice.txt +++ b/man/XGrabDevice.txt @@ -38,8 +38,8 @@ SYNOPSIS owner_events Specifies a Boolean value that indicates whether - theevents from the deviceare to be reported as usual or - reported with respect to the grab windowif selected by + the events from the device are to be reported as usual or + reported with respect to the grab window if selected by the event list. event_count @@ -48,20 +48,20 @@ SYNOPSIS event_list Specifies a pointer to a list of event classes that - indicates which eventsthe client wishes to receive. - These event classes must have beenobtained specifying + indicates which events the client wishes to receive. + These event classes must have been obtained specifying the device being grabbed. this_device_mode Specifies further processing of events from this - device.You can pass GrabModeSyncor 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 GrabModeSync or GrabModeAsync. time - Specifies the time.You can pass either a timestamp or + Specifies the time. You can pass either a timestamp or CurrentTime. DESCRIPTION @@ -109,8 +109,8 @@ DESCRIPTION and returns GrabFrozen. If the specified time is earlier than the last-device-grab time or later than the current X server time, it fails and returns GrabInvalidTime. Otherwise, the - last-device-grab time is set to the specified time ( - CurrentTime is replaced by the current X server time). + last-device-grab time is set to the specified time + (CurrentTime is replaced by the current X server time). If a grabbed device is closed by a client while an active grab by that client is in effect, the active grab is released. If |