diff -r cd292c2de0b6 -r c798d6db076b docs/package-set.xml
--- a/docs/package-set.xml Wed Jul 02 14:37:38 2008 -0400
+++ b/docs/package-set.xml Wed Apr 22 16:27:11 2009 +0100
@@ -8,7 +8,7 @@
File header
- The repo starts with a header, containing some number of
+ The rzdb file starts with a header, containing some number of
sections, terminated by a section with type 0:
@@ -27,7 +27,7 @@
]]>
- razor_set_open() mmaps the repo file, and creates a struct razor_set:
+ razor_set_open() mmaps the rzdb file, and creates a struct razor_set:
RAZOR_STRING_POOL Stores one copy of
- each string that appears in the repo. (At the moment, this
- is: package names, package versions, property names,
+ each string that appears in the rzdb file. (At the moment,
+ this is: package names, package versions, property names,
property versions, and (basenames of) filenames.) The
strings are arbitrarily-sized, 0-terminated, and not in any
particular order (although the empty string always ends up