summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 15:31:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 15:31:50 +0000
commit399e1db7d5ba7ea36422c94e461bab257e6fb056 (patch)
treec37f9973b158abfc2f35d2d58b84e8b39643c44a
parent650ab94b0a77214f8f089ba1e57fbd0dd5955971 (diff)
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/concepts.t: Id has four parts not three.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/concepts.t2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a043956f82..44089f0ca1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/concepts.t: Id has four parts not three.
+
2008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1334/doc
diff --git a/doc/user/concepts.t b/doc/user/concepts.t
index d5fa4570d2..dec9aee5b9 100644
--- a/doc/user/concepts.t
+++ b/doc/user/concepts.t
@@ -85,7 +85,7 @@ one-hundred, respectively.
@need 3000
An object ID is a unique unsigned thirty-two bit
-entity composed of three parts: API, object class, node, and index.
+entity composed of four parts: API, object class, node, and index.
The data type @code{@value{DIRPREFIX}id} is used to store object IDs.