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/XtInitializeWidgetClass.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/XtInitializeWidgetClass.man')
-rw-r--r-- | man/XtInitializeWidgetClass.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtInitializeWidgetClass.man b/man/XtInitializeWidgetClass.man index a246dfd..faa7a76 100644 --- a/man/XtInitializeWidgetClass.man +++ b/man/XtInitializeWidgetClass.man @@ -66,13 +66,13 @@ void XtInitializeWidgetClass(WidgetClass \fIobject_class\fP); Specifies the object class to initialize. .SH DESCRIPTION If the specified widget class is already initialized, -.BR XtInitializeWidgetClass +.B XtInitializeWidgetClass returns immediately. .LP If the class initialization procedure registers type converters, these type converters are not available until the first object of the class or subclass is created or -.BR XtInitializeWidgetClass +.B XtInitializeWidgetClass is called. .SH "SEE ALSO" .br |