summaryrefslogtreecommitdiff
path: root/man/XtSetArg.man
diff options
context:
space:
mode:
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,