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/XGrabDeviceButton.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/XGrabDeviceButton.txt')
-rw-r--r-- | man/XGrabDeviceButton.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XGrabDeviceButton.txt b/man/XGrabDeviceButton.txt index aae0245..ab64782 100644 --- a/man/XGrabDeviceButton.txt +++ b/man/XGrabDeviceButton.txt @@ -49,7 +49,7 @@ SYNOPSIS modifier_device specifies the device whose modifiers are to be used. If - the modifier_devicespecified is NULL, the X keyboard + the modifier_device specified is NULL, 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 @@ -69,11 +69,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 all other - devices.You can pass GrabModeSync or GrabModeAsync. + devices. You can pass GrabModeSync or GrabModeAsync. DESCRIPTION ----------- |