summaryrefslogtreecommitdiff
path: root/man/XtOffset.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtOffset.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtOffset.man')
-rw-r--r--man/XtOffset.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtOffset.man b/man/XtOffset.man
index 0afd336..aa668c4 100644
--- a/man/XtOffset.man
+++ b/man/XtOffset.man
@@ -76,22 +76,22 @@ Specifies a type that is declared as a pointer to the structure.
Specifies a type that is declared as a structure.
.SH DESCRIPTION
The
-.ZN XtOffset
+.BR 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
-.ZN XtOffsetOf
+.BR 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
portable than
-.ZN XtOffset ,
+.BR XtOffset ,
which serves the same function.
.LP
The
-.ZN XtNumber
+.BR XtNumber
macro returns the number of elements in the specified argument lists,
resources lists, and other counted arrays.
.SH "SEE ALSO"