summaryrefslogtreecommitdiff
path: root/man/XtAddEventHandler.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
committerWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
commit4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch)
tree8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtAddEventHandler.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (diff)
downloadxorg-lib-libXt-4b446ce8b20b1de1488c73e1841dafbd25ca949f.tar.gz
remove in-text macros
The in-text macros are a problem when maintaining the text. While removing i noticed several problems with missing definitions this is fixed also.
Diffstat (limited to 'man/XtAddEventHandler.man')
-rw-r--r--man/XtAddEventHandler.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XtAddEventHandler.man b/man/XtAddEventHandler.man
index 9ab8ce5..ec334aa 100644
--- a/man/XtAddEventHandler.man
+++ b/man/XtAddEventHandler.man
@@ -87,13 +87,11 @@ typedef enum { XtListHead, XtListTail } XtListPosition;
.SH ARGUMENTS
.IP \fIclient_data\fP 1i
Specifies additional data to be passed to the client's event handler.
-.ds Em to call or unregister this procedure
.IP \fIevent_mask\fP 1i
-Specifies the event mask for which \*(Em.
-.ds Nm called or removed
+Specifies the event mask for which to call or unregister this procedure.
.IP \fInonmaskable\fP 1i
Specifies a Boolean value that indicates whether this procedure should be
-\*(Nm on the nonmaskable events (
+called or removed on the nonmaskable events (
.BR GraphicsExpose ,
.BR NoExpose ,
.BR SelectionClear ,
@@ -102,12 +100,10 @@ Specifies a Boolean value that indicates whether this procedure should be
.BR ClientMessage ,
and
.BR MappingNotify ).
-.ds Pr \ to be added or removed
.IP \fIproc\fP 1i
-Specifies the procedure that is\*(Pr.
-.ds Wi for which this event handler is being registered
+Specifies the procedure that is to be added or removed.
.IP \fIw\fP 1i
-Specifies the widget \*(Wi.
+Specifies the widget for which this event handler is being registered.
.IP \fIposition\fP 1i
Specifies when the event handler is to be called relative to other
previously registered handlers.