summaryrefslogtreecommitdiffstats
path: root/doc/user/concepts.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/user/concepts.t14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/user/concepts.t b/doc/user/concepts.t
index 0d5ffab51e..d26f099c32 100644
--- a/doc/user/concepts.t
+++ b/doc/user/concepts.t
@@ -136,6 +136,9 @@ object class, node, and index. The data type @code{@value{DIRPREFIX}id}
is used to store object IDs.
+@float Figure,fig:Object-Id-32
+@caption{Thirty-Two Bit Object Id}
+
@ifset use-ascii
@example
@group
@@ -151,15 +154,16 @@ is used to store object IDs.
@ifset use-tex
@sp1
-@center{@image{ObjectId-32Bits,,2in}}
+@center{@image{ObjectId-32Bits,,2in,Thirty-Two Bit Object Id}}
@end ifset
@ifset use-html
@html
<P ALIGN="center"><IMG SRC="ObjectId-32Bits.png"
- WIDTH=550 HEIGHT=400 ALT="32 Bit Object Id"></P>
+ WIDTH=550 HEIGHT=400 ALT="Thirty-Two Bit Object Id"></P>
@end html
@end ifset
+@end float
The most significant five bits are the object class. The next
three bits indicate the API to which the object class belongs.
@@ -176,6 +180,9 @@ The sixteen bit format for an object ID is composed of three parts: API,
object class, and index. The data type @code{@value{DIRPREFIX}id}
is used to store object IDs.
+@float Figure,fig:Object-Id-16
+@caption{Sixteen Bit Object Id}
+
@ifset use-ascii
@example
@@ -192,7 +199,7 @@ is used to store object IDs.
@ifset use-tex
@sp1
-@center{@image{ObjectId-16Bits,,2in}}
+@center{@image{ObjectId-16Bits,,2in,Sixteen Bit Object Id}}
@end ifset
@ifset use-html
@@ -201,6 +208,7 @@ is used to store object IDs.
WIDTH=550 HEIGHT=400 ALT="16 Bit Object Id"></P>
@end html
@end ifset
+@end float
The sixteen-bit format is designed to be as similar as possible to the
thrity-two bit format. The differences are limited to the eliminatation