1.1 --- a/docs/package-set.xml Wed Jul 02 14:37:38 2008 -0400
1.2 +++ b/docs/package-set.xml Tue Mar 06 12:39:15 2018 +0000
1.3 @@ -8,7 +8,7 @@
1.4 <title>File header</title>
1.5
1.6 <para>
1.7 - The repo starts with a header, containing some number of
1.8 + The rzdb file starts with a header, containing some number of
1.9 sections, terminated by a section with type 0:
1.10 </para>
1.11
1.12 @@ -27,7 +27,7 @@
1.13 ]]></programlisting>
1.14
1.15 <para>
1.16 - razor_set_open() mmaps the repo file, and creates a struct razor_set:
1.17 + razor_set_open() mmaps the rzdb file, and creates a struct razor_set:
1.18 </para>
1.19
1.20 <programlisting><![CDATA[
1.21 @@ -59,8 +59,8 @@
1.22 <listitem>
1.23 <para>
1.24 <emphasis>RAZOR_STRING_POOL</emphasis> Stores one copy of
1.25 - each string that appears in the repo. (At the moment, this
1.26 - is: package names, package versions, property names,
1.27 + each string that appears in the rzdb file. (At the moment,
1.28 + this is: package names, package versions, property names,
1.29 property versions, and (basenames of) filenames.) The
1.30 strings are arbitrarily-sized, 0-terminated, and not in any
1.31 particular order (although the empty string always ends up