summaryrefslogtreecommitdiff
path: root/man/XtAddEventHandler.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:15:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-05-07 20:35:51 -0400
commit0eedde5df39ac754623511c06c5573ad62ca4c4c (patch)
tree176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtAddEventHandler.man
parentb7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff)
downloadxorg-lib-libXt-0eedde5df39ac754623511c06c5573ad62ca4c4c.tar.gz
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAddEventHandler.man')
-rw-r--r--man/XtAddEventHandler.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/XtAddEventHandler.man b/man/XtAddEventHandler.man
index 6bd89a3..92a4f0c 100644
--- a/man/XtAddEventHandler.man
+++ b/man/XtAddEventHandler.man
@@ -120,14 +120,16 @@ this does not affect the widget's mask and never causes a call on
.B XtInsertEventHandler
is identical to
.B XtAddEventHandler
-with the additional \fIposition\fP argument. if \fIposition\fP is
+with the additional \fIposition\fP argument.
+If \fIposition\fP is
.BR XtListHead ,
the event handler is registered to that it will be called before
any event handlers that were previously registered for the same widget.
If \fIposition\fP is
.BR XtListTail ,
the event handler is registered to be called after any previously
-registered event handlers. If the procedure is already registered with
+registered event handlers.
+If the procedure is already registered with
the same \fIclient_data\fP value, the specified mask augments the
existing mask and the procedure is repositioned in the list.
.LP
@@ -136,7 +138,8 @@ is similar to
.B XtInsertEventHandler
except that it does not modify the widget's event mask and never causes an
.B XSelectInput
-for the specified events. If the procedure is already registered with the
+for the specified events.
+If the procedure is already registered with the
same \fIclient_data\fP value, the specified mask augments the existing
mask and the procedure is repositioned in the list.
.SH "SEE ALSO"