summaryrefslogtreecommitdiff
path: root/man/XtRegisterDrawable.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/XtRegisterDrawable.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/XtRegisterDrawable.man')
-rw-r--r--man/XtRegisterDrawable.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XtRegisterDrawable.man b/man/XtRegisterDrawable.man
index f88bc18..352d0a3 100644
--- a/man/XtRegisterDrawable.man
+++ b/man/XtRegisterDrawable.man
@@ -55,7 +55,8 @@ Specifies the widget to register the drawable for.
associates the specified drawable with the specified widget so that
future calls to
.B XtWindowToWidget
-with the drawable will return the widget. The default event dispatcher
+with the drawable will return the widget.
+The default event dispatcher
will dispatch future core events that arrive with the drawable to the
widget as though the event contained the widget's window, but the event
itself will not be changed in any way when being passed to even handler