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/XtOffset.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/XtOffset.man')
-rw-r--r-- | man/XtOffset.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtOffset.man b/man/XtOffset.man index aa668c4..40ee7c3 100644 --- a/man/XtOffset.man +++ b/man/XtOffset.man @@ -76,13 +76,13 @@ Specifies a type that is declared as a pointer to the structure. Specifies a type that is declared as a structure. .SH DESCRIPTION The -.BR XtOffset +.B XtOffset macro is usually used to determine the offset of various resource fields from the beginning of a widget and can be used at compile time in static initializations. .LP The -.BR XtOffsetOf +.B XtOffsetOf macro expands to a constant expression that gives the offset in bytes to the specified structure member from the beginning of the structure. It is normally used to statically initialize resource lists and is more @@ -91,7 +91,7 @@ portable than which serves the same function. .LP The -.BR XtNumber +.B XtNumber macro returns the number of elements in the specified argument lists, resources lists, and other counted arrays. .SH "SEE ALSO" |