summaryrefslogtreecommitdiff
path: root/man/XtAppErrorMsg.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtAppErrorMsg.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppErrorMsg.man')
-rw-r--r--man/XtAppErrorMsg.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man
index 3a794d5..580c810 100644
--- a/man/XtAppErrorMsg.man
+++ b/man/XtAppErrorMsg.man
@@ -97,22 +97,22 @@ Specifies the number of values in the parameter list.
Specifies a pointer to a list of values to be stored in the message.
.SH DESCRIPTION
The
-.BR XtAppErrorMsg
+.B XtAppErrorMsg
function calls the high-level error handler and passes the specified
information.
.LP
The
-.BR XtAppSetErrorMsgHandler
+.B XtAppSetErrorMsgHandler
function registers the specified procedure,
which is called when a fatal error occurs.
.LP
The
-.BR XtAppSetWarningMsgHandler
+.B XtAppSetWarningMsgHandler
function registers the specified procedure,
which is called when a nonfatal error condition occurs.
.LP
The
-.BR XtAppWarningMsg
+.B XtAppWarningMsg
function calls the high-level error handler and passes the specified
information.
.SH "SEE ALSO"