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/XtVaCreateArgsList.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/XtVaCreateArgsList.man')
-rw-r--r-- | man/XtVaCreateArgsList.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtVaCreateArgsList.man b/man/XtVaCreateArgsList.man index 843967b..1285d21 100644 --- a/man/XtVaCreateArgsList.man +++ b/man/XtVaCreateArgsList.man @@ -67,19 +67,19 @@ Must be specified as NULL. Specifies a variable parameter list of resource name and value pairs. .SH DESCRIPTION The -.BR XtVaCreateArgsList +.B XtVaCreateArgsList function allocates memory and copies its arguments into a single list pointer, which may be used with .BR XtVaNestedList . The end of both lists is identified by a \fIname\fP entry containing NULL. Any entries of type -.BR XtVaTypedArg +.B XtVaTypedArg are copied as specified without applying conversions. Data passed by reference (including Strings) are not copied, only the pointers themselves; the caller must ensure that the data remain valid for the lifetime of the created varargs list. The list should be freed using -.BR XtFree +.B XtFree when no longer needed. .SH "SEE ALSO" .br |