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/XtName.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/XtName.man')
-rw-r--r-- | man/XtName.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtName.man b/man/XtName.man index 4b7c321..49fa64a 100644 --- a/man/XtName.man +++ b/man/XtName.man @@ -65,7 +65,7 @@ String XtName(Widget \fIw\fP); .IP \fIw\fP 1i Specifies the widget. .SH DESCRIPTION -.BR XtName +.B XtName returns the widget's name. .SH "SEE ALSO" .br |