summaryrefslogtreecommitdiff
path: root/man/XtSetArg.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtSetArg.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
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/XtSetArg.man')
-rw-r--r--man/XtSetArg.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtSetArg.man b/man/XtSetArg.man
index 24bf0f7..7d1c164 100644
--- a/man/XtSetArg.man
+++ b/man/XtSetArg.man
@@ -82,11 +82,11 @@ Specifies the number of arguments in the second argument list.
Specifies the name of the resource.
.IP \fIvalue\fP 1i
Specifies the value of the resource if it will fit in an
-.BR XtArgVal
+.B XtArgVal
or the address.
.SH DESCRIPTION
The
-.BR XtSetArg
+.B XtSetArg
function is usually used in a highly stylized manner to
minimize the probability of making a mistake; for example:
.LP
@@ -119,13 +119,13 @@ XtSetValues(Widget, args, XtNumber(args));
Note that you should not use auto-increment or auto-decrement
within the first argument to
.BR XtSetArg .
-.BR XtSetArg
+.B XtSetArg
can be implemented as a macro that dereferences the first argument twice.
.LP
The
-.BR XtMergeArgLists
+.B XtMergeArgLists
function allocates enough storage to hold the combined
-.BR ArgList
+.B ArgList
structures and copies them into it.
Note that it does not check for duplicate entries.
When it is no longer needed,