summaryrefslogtreecommitdiff
path: root/man/XtCallActionProc.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/XtCallActionProc.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/XtCallActionProc.man')
-rw-r--r--man/XtCallActionProc.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtCallActionProc.man b/man/XtCallActionProc.man
index ebb1cdd..e039776 100644
--- a/man/XtCallActionProc.man
+++ b/man/XtCallActionProc.man
@@ -75,7 +75,7 @@ Specifies the contents of the \fIparams\fP passed to the action routine.
.IP \fInum_params\fP 1i
Specifies the num of entries in \fIparams\fP.
.SH DESCRIPTION
-.ZN XtCallActionProc
+.BR XtCallActionProc
searches for the named action routine in the same manner and order as
translation tables are bound. If found, the action routine is invoked
with the specified widget, event pointer, and parameters. It is the
@@ -83,7 +83,7 @@ responsibility of the caller to ensure that the contents of \fIevent\fP,
\fIparams\fP, and \fInum_params\fP arguments are appropriate for the
specified routine, and if necessary, that the specified widget is
realized or sensitive. If the named action routine cannot be found,
-.ZN XtCallActionProc
+.BR XtCallActionProc
generates a warning message and returns.
.SH "SEE ALSO"
.br