From a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 10 Apr 2019 19:49:35 -0400 Subject: The ".BR" macro is used to join bold/regular text. Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey --- man/XtAddInput.man | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/XtAddInput.man') 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" -- cgit v1.2.3