summaryrefslogtreecommitdiff
path: root/man/XtNextEvent.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/XtNextEvent.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
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/XtNextEvent.man')
-rw-r--r--man/XtNextEvent.man30
1 files changed, 15 insertions, 15 deletions
diff --git a/man/XtNextEvent.man b/man/XtNextEvent.man
index 774e55b..5766c0b 100644
--- a/man/XtNextEvent.man
+++ b/man/XtNextEvent.man
@@ -79,34 +79,34 @@ Returns the event information to the specified event structure.
.IP \fImask\fP 1i
Specifies what types of events to process.
The mask is the bitwise inclusive OR of any combination of
-.ZN XtIMXEvent ,
-.ZN XtIMTimer ,
-.ZN XtIMAlternateInput ,
+.BR XtIMXEvent ,
+.BR XtIMTimer ,
+.BR XtIMAlternateInput ,
and
-.ZN XtIMSignal .
+.BR XtIMSignal .
As a convenience, the \*(tk defines the symbolic name
-.ZN XtIMAll
+.BR XtIMAll
to be the bitwise inclusive OR of all event types.
.SH DESCRIPTION
-.ZN XtNextEvent
+.BR XtNextEvent
has been replaced by
-.ZN XtAppNextEvent .
+.BR XtAppNextEvent .
.LP
-.ZN XtPeekEvent
+.BR XtPeekEvent
has been replaced by
-.ZN XtAppPeekEvent .
+.BR XtAppPeekEvent .
.LP
-.ZN XtPending
+.BR XtPending
has been replaced by
-.ZN XtAppPending .
+.BR XtAppPending .
.LP
-.ZN XtProcessEvent
+.BR XtProcessEvent
has been replaced by
-.ZN XtAppProcessEvent .
+.BR XtAppProcessEvent .
.LP
-.ZN XtMainLoop
+.BR XtMainLoop
has been replaced by
-.ZN XtAppMainLoop .
+.BR XtAppMainLoop .
.SH "SEE ALSO"
XtAppNextEvent(3xt), XtAppPending(__libmansuffix__), XtAppPeekEvent(__libmansuffix__),
XtAppProcessEvent(__libmansuffix__), XtAppMainLoop(__libmansuffix__)