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/XtAddInput.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/XtAddInput.man')
-rw-r--r-- | man/XtAddInput.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtAddInput.man b/man/XtAddInput.man index fa1d049..6356d55 100644 --- a/man/XtAddInput.man +++ b/man/XtAddInput.man @@ -82,15 +82,15 @@ Specifies the procedure that is to be called when input is available. Specifies the source file descriptor on a UNIX-based system or other operating system dependent device specification. .SH DESCRIPTION -.BR XtAddInput +.B XtAddInput has been replaced by -.BR XtAppAddInput. +.B XtAppAddInput. .LP -.BR XtAddTimeOut +.B XtAddTimeOut has been replaced by -.BR XtAppAddTimeOut. +.B XtAppAddTimeOut. .LP -.BR XtAddWorkProc +.B XtAddWorkProc has been replaced by .BR XtAppAddWorkProc . .SH "SEE ALSO" |