summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-10 12:52:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-10 12:52:42 -0800
commit490b589ea68479bd389e6fce3ba3c203b228f615 (patch)
treed60c639a34831e84531cd25f433d7ed0d5e04600
parentc0ff087474db78b91241c31c00a501782a3da31b (diff)
doc/xfs-design.xml: Remove obsolete B16 tags in struct definition
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--doc/xfs-design.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/xfs-design.xml b/doc/xfs-design.xml
index 7606d88..14ec7ca 100644
--- a/doc/xfs-design.xml
+++ b/doc/xfs-design.xml
@@ -551,12 +551,12 @@ int client_died(pointer <parameter>client</parameter>, FontPathElementPtr <param
<synopsis>
typedef struct {
- INT16 left B16,
- right B16;
- INT16 width B16;
- INT16 ascent B16,
- descent B16;
- CARD16 attributes B16;
+ INT16 left,
+ right;
+ INT16 width;
+ INT16 ascent,
+ descent;
+ CARD16 attributes;
} fsCharInfo;
typedef struct {