summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-10-04 13:21:24 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-10-04 13:44:48 -0700
commit6affddac55f03bff63b1e37e475d8e0d0bb84e85 (patch)
tree4a4c0609df786f2e9fac174fd2086f6ee1e7f968
parentcff134328cb31df5e366729aca6c4131a1e3304f (diff)
downloadxorg-lib-libXi-6affddac55f03bff63b1e37e475d8e0d0bb84e85.tar.gz
man pages: Add more missing spaces.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/XAllowDeviceEvents.txt2
-rw-r--r--man/XGetDeviceKeyMapping.txt2
-rw-r--r--man/XGetExtensionVersion.txt2
-rw-r--r--man/XGetFeedbackControl.txt2
-rw-r--r--man/XGrabDevice.txt6
-rw-r--r--man/XGrabDeviceButton.txt4
-rw-r--r--man/XGrabDeviceKey.txt12
-rw-r--r--man/XSendExtensionEvent.txt44
-rw-r--r--man/XSetDeviceButtonMapping.txt2
9 files changed, 38 insertions, 38 deletions
diff --git a/man/XAllowDeviceEvents.txt b/man/XAllowDeviceEvents.txt
index 1120e3d..5842c12 100644
--- a/man/XAllowDeviceEvents.txt
+++ b/man/XAllowDeviceEvents.txt
@@ -23,7 +23,7 @@ SYNOPSIS
allowed.
event_mode
- Specifies the event mode.You can pass AsyncThisDevice,
+ Specifies the event mode. You can pass AsyncThisDevice,
SyncThisDevice, ReplayThisDevice, AsyncOtherDevices,
SyncAll, or AsyncAll.
diff --git a/man/XGetDeviceKeyMapping.txt b/man/XGetDeviceKeyMapping.txt
index 2343580..dfa59fc 100644
--- a/man/XGetDeviceKeyMapping.txt
+++ b/man/XGetDeviceKeyMapping.txt
@@ -101,7 +101,7 @@ DESCRIPTION
special KeySym value of NoSymbol should be used to fill in
unused elements for individual KeyCodes. It is legal for
NoSymbol to appear in nontrailing positions of the effective
- list for a KeyCode.XChangeDeviceKeyMapping generates a
+ list for a KeyCode. XChangeDeviceKeyMapping generates a
DeviceMappingNotify event that is sent to all clients that have
selected that type of event.
diff --git a/man/XGetExtensionVersion.txt b/man/XGetExtensionVersion.txt
index c7d45f4..53426fd 100644
--- a/man/XGetExtensionVersion.txt
+++ b/man/XGetExtensionVersion.txt
@@ -19,7 +19,7 @@ SYNOPSIS
name
Specifies the extension to be queried. The input
- extension name is definedin the header file XI.h.
+ extension name is defined in the header file XI.h.
DESCRIPTION
-----------
diff --git a/man/XGetFeedbackControl.txt b/man/XGetFeedbackControl.txt
index a90db83..c4ef322 100644
--- a/man/XGetFeedbackControl.txt
+++ b/man/XGetFeedbackControl.txt
@@ -30,7 +30,7 @@ SYNOPSIS
num_feedbacks
Specifies an address into which the number of feedbacks
- supported by thedevice is to be returned.
+ supported by the device is to be returned.
mask
Specifies a mask specific to each type of feedback that
diff --git a/man/XGrabDevice.txt b/man/XGrabDevice.txt
index cfe215f..e1f74c1 100644
--- a/man/XGrabDevice.txt
+++ b/man/XGrabDevice.txt
@@ -58,7 +58,7 @@ SYNOPSIS
other_devices_mode
Specifies further processing of events from other
- devices.You can pass GrabModeSync or GrabModeAsync.
+ devices. You can pass GrabModeSync or GrabModeAsync.
time
Specifies the time. You can pass either a timestamp or
@@ -70,7 +70,7 @@ DESCRIPTION
The XGrabDevice request actively grabs control of the device
and generates DeviceFocusIn and DeviceFocusOut events. Further
device events are reported only to the grabbing
- client.XGrabDevice overrides any active device grab by this
+ client. XGrabDevice overrides any active device grab by this
client. event_list is a pointer to a list of event classes.
This list indicates which events the client wishes to receive
while the grab is active. If owner_events is False, all
@@ -123,7 +123,7 @@ DESCRIPTION
The XUngrabDevice request releases the device and any queued
events if this client has it actively grabbed from either
XGrabDevice or XGrabDeviceKey. If other devices are frozen by
- the grab, XUngrabDevice thaws them.XUngrabDevice does not
+ the grab, XUngrabDevice thaws them. XUngrabDevice does not
release the device and any queued events if the specified time
is earlier than the last-device-grab time or is later than the
current X server time. It also generates DeviceFocusIn and
diff --git a/man/XGrabDeviceButton.txt b/man/XGrabDeviceButton.txt
index 6b43674..2054449 100644
--- a/man/XGrabDeviceButton.txt
+++ b/man/XGrabDeviceButton.txt
@@ -42,10 +42,10 @@ SYNOPSIS
released or AnyButton.
modifiers
- Specifies the set of keymasks or AnyModifier.The mask is
+ Specifies the set of keymasks or AnyModifier. The mask is
the bitwise inclusive OR of the valid keymask bits.
Valid bits are: Shiftmask, LockMask, ControlMask,
- Mod1Mask, Mod2Mask,Mod3Mask, Mod4Mask, Mod5Mask.
+ Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask.
modifier_device
specifies the device whose modifiers are to be used. If
diff --git a/man/XGrabDeviceKey.txt b/man/XGrabDeviceKey.txt
index ff86375..988b377 100644
--- a/man/XGrabDeviceKey.txt
+++ b/man/XGrabDeviceKey.txt
@@ -42,10 +42,10 @@ SYNOPSIS
or AnyKey.
modifiers
- Specifies the set of keymasks or AnyModifier.The mask is
- the bitwise inclusive OR of the valid keymask bits.Valid
+ Specifies the set of keymasks or AnyModifier. The mask is
+ the bitwise inclusive OR of the valid keymask bits. Valid
bits are: ShiftMask, LockMask, ControlMask, Mod1Mask,
- Mod2Mask,Mod3Mask, Mod4Mask, Mod5Mask.
+ Mod2Mask, Mod3Mask, Mod4Mask, Mod5Mask.
modifier_device
Specifies the device whose modifiers are to be used. If
@@ -74,7 +74,7 @@ SYNOPSIS
other_devices_mode
Specifies further processing of events from other
- devices. You can pass GrabModeSyncor GrabModeAsync.
+ devices. You can pass GrabModeSync or GrabModeAsync.
DESCRIPTION
-----------
@@ -126,7 +126,7 @@ DESCRIPTION
BadAccess error results. When using AnyModifier or AnyKey, the
request fails completely, and a BadAccess error results (no
grabs are established) if there is a conflicting grab for any
- combination.XGrabDeviceKey has no effect on an active grab.
+ combination. XGrabDeviceKey has no effect on an active grab.
XGrabDeviceKey can generate BadAccess, BadClass, BadDevice,
BadMatch, BadValue, and BadWindow errors. It returns Success on
@@ -138,7 +138,7 @@ DESCRIPTION
to issuing the ungrab request for all possible modifier
combinations, including the combination of no modifiers. A Key
of AnyKey is equivalent to issuing the request for all possible
- Keys.XUngrabDeviceKey has no effect on an active grab.
+ Keys. XUngrabDeviceKey has no effect on an active grab.
If a modifier_device of NULL is specified, the X keyboard will
be used as the modifier_device.
diff --git a/man/XSendExtensionEvent.txt b/man/XSendExtensionEvent.txt
index 710564e..efec173 100644
--- a/man/XSendExtensionEvent.txt
+++ b/man/XSendExtensionEvent.txt
@@ -28,7 +28,7 @@ SYNOPSIS
destination
Specifies the window the event is to be sent to. You can
- pass window id, PointerWindow,or InputFocus.
+ pass window id, PointerWindow, or InputFocus.
propagate
Specifies a Boolean value that is either True or False.
@@ -52,39 +52,39 @@ DESCRIPTION
event class names, see XOpenDevice(libmansuffix) This
request uses the w argument to identify the destination window
as follows:
- * If w is PointerWindow,the destination window is the window
+ * If w is PointerWindow, the destination window is the window
that contains the pointer.
- * If w is InputFocusand if the focus window contains the
- pointer,the destination window is the window that contains
+ * If w is InputFocus and if the focus window contains the
+ pointer, the destination window is the window that contains
the pointer; otherwise, the destination window is the focus
window.
To determine which clients should receive the specified events,
- XSendExtensionEventuses the propagate argument as follows:
- * If event_list is the empty set,the event is sent to the
+ XSendExtensionEvent uses the propagate argument as follows:
+ * If event_list is the empty set, the event is sent to the
client that created the destination window. If that client
- no longer exists,no event is sent.
- * If propagate is False,the event is sent to every client
- selecting on destination any of the eventtypes specified by
+ no longer exists, no event is sent.
+ * If propagate is False, the event is sent to every client
+ selecting on destination any of the event types specified by
the event_list array.
- * If propagate is Trueand no clients have selected on
- destination any ofthe events specified by the event_list
- array,the destination is replaced with theclosest ancestor
- of destination for which some client has selected atype
+ * If propagate is True and no clients have selected on
+ destination any of the events specified by the event_list
+ array, the destination is replaced with the closest ancestor
+ of destination for which some client has selected a type
specified by the event-list array and for which no
- interveningwindow has that type in
- itsdo-not-propagate-mask. If no such window exists or if
- the window isan ancestor of the focus window and
- InputFocuswas originally specifiedas the destination, the
+ intervening window has that type in
+ its do-not-propagate-mask. If no such window exists or if
+ the window is an ancestor of the focus window and
+ InputFocus was originally specified as the destination, the
event is not sent to any clients. Otherwise, the event is
- reported to every client selecting on the finaldestination
+ reported to every client selecting on the final destination
any of the events specified in the event_list array.
- The event in the XEventstructure must be one of the events
- defined by the input extension (or a BadValueerror results) so
- that the X server can correctly byte-swapthe contents as
+ The event in the XEvent structure must be one of the events
+ defined by the input extension (or a BadValue error results) so
+ that the X server can correctly byte-swap the contents as
necessary. The contents of the event are otherwise unaltered and
- unchecked by the X server except to force send_event to Truein
+ unchecked by the X server except to force send_event to True in
the forwarded event and to set the serial number in the event
correctly.
diff --git a/man/XSetDeviceButtonMapping.txt b/man/XSetDeviceButtonMapping.txt
index 4c1251c..36890fa 100644
--- a/man/XSetDeviceButtonMapping.txt
+++ b/man/XSetDeviceButtonMapping.txt
@@ -60,7 +60,7 @@ DESCRIPTION
The XGetDeviceButtonMapping request returns the current mapping
of the specified device. Buttons are numbered starting from
- one.XGetDeviceButtonMapping returns the number of physical
+ one. XGetDeviceButtonMapping returns the number of physical
buttons actually on the device. The nominal mapping for a
device is map[i]=i+1. The nmap argument specifies the length of
the array where the device mapping is returned, and only the