diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-10-04 13:15:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-10-04 13:16:01 -0700 |
commit | cff134328cb31df5e366729aca6c4131a1e3304f (patch) | |
tree | 2380e37d3c498852597a0cff140abd82f9627326 | |
parent | 0944a10d6e22b02f229b4bbaab60aac170ef1bba (diff) |
man/XGrabDeviceButton.txt: Fix bad .P -> paragraph break conversion
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/XGrabDeviceButton.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man/XGrabDeviceButton.txt b/man/XGrabDeviceButton.txt index ab64782..6b43674 100644 --- a/man/XGrabDeviceButton.txt +++ b/man/XGrabDeviceButton.txt @@ -124,14 +124,15 @@ DESCRIPTION combination. XGrabDeviceButton has no effect on an active grab. XGrabDeviceButton can generate BadClass, BadDevice, BadMatch, - BadValue, and BadWindow errors..P The XUngrabDeviceButton - request releases the passive grab for a button/modifier - combination on the specified window if it was grabbed by this - client. A modifier of AnyModifier is equivalent to issuing the - ungrab request for all possible modifier combinations, - including the combination of no modifiers. A button of - AnyButton is equivalent to issuing the request for all possible - buttons. XUngrabDeviceButton has no effect on an active grab. + BadValue, and BadWindow errors. + + The XUngrabDeviceButton request releases the passive grab for a + button/modifier combination on the specified window if it was + grabbed by this client. A modifier of AnyModifier is equivalent to + issuing the ungrab request for all possible modifier combinations, + including the combination of no modifiers. A button of AnyButton is + equivalent to issuing the request for all possible buttons. + XUngrabDeviceButton has no effect on an active grab. A modifier_device of NULL indicates that the X keyboard should be used as the modifier_device. |