diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-10 19:49:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-11 04:19:44 -0400 |
commit | a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch) | |
tree | 629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtErrorMsg.man | |
parent | cf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff) |
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/XtErrorMsg.man')
-rw-r--r-- | man/XtErrorMsg.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man index 4d32f98..a57b9b6 100644 --- a/man/XtErrorMsg.man +++ b/man/XtErrorMsg.man @@ -90,24 +90,24 @@ 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 XtErrorMsg +.B XtErrorMsg function has been superceded by .BR XtAppErrorMsg . .LP The -.BR XtSetErrorMsgHandler +.B XtSetErrorMsgHandler function has been superceded by .BR XtAppSetErrorMsgHandler . .LP The -.BR XtSetWarningMsgHandler +.B XtSetWarningMsgHandler function has been superceded by .BR XtAppSetWarningMsgHandler . .LP The -.BR XtWarningMsg +.B XtWarningMsg function has been superceded by -.BR XtAppWarningMsg +.B XtAppWarningMsg .SH "SEE ALSO" .BR XtAppErrorMsg (__libmansuffix__) .br |