diff options
Diffstat (limited to 'man/XtOffset.man')
-rw-r--r-- | man/XtOffset.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XtOffset.man b/man/XtOffset.man index f90ca14..a71ae76 100644 --- a/man/XtOffset.man +++ b/man/XtOffset.man @@ -1,4 +1,5 @@ .\" $Xorg: XtOffset.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -155,7 +156,7 @@ initializations. The .ZN XtOffsetOf macro expands to a constant expression that gives the offset in bytes -to the specified structure member rom the beginning of the structure. +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 , |