summaryrefslogtreecommitdiff
path: root/man/XtBuildEventMask.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtBuildEventMask.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtBuildEventMask.man')
-rw-r--r--man/XtBuildEventMask.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtBuildEventMask.man b/man/XtBuildEventMask.man
index 872f0b0..b231fb1 100644
--- a/man/XtBuildEventMask.man
+++ b/man/XtBuildEventMask.man
@@ -67,16 +67,16 @@ EventMask XtBuildEventMask(Widget \fIw\fP);
Specifies the widget.
.SH DESCRIPTION
The
-.ZN XtBuildEventMask
+.BR XtBuildEventMask
function returns the event mask representing the logical OR
of all event masks for event handlers registered on the widget with
-.ZN XtAddEventHandler
+.BR XtAddEventHandler
and all event translations, including accelerators,
installed on the widget.
This is the same event mask stored into the
-.ZN XSetWindowAttributes
+.BR XSetWindowAttributes
structure by
-.ZN XtRealizeWidget
+.BR XtRealizeWidget
and sent to the server when event handlers and translations are installed or
removed on the realized widget.
.SH "SEE ALSO"