summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-07-02 14:39:44 -0400
committerKristian Høgsberg <krh@redhat.com>2008-07-02 14:39:44 -0400
commit0b5cd06a3d5e24abe0264068638334ebb2ada587 (patch)
tree2334a107430edb9502723c6b99b161609f4766a6
parenta30382c58cffc9d798dc9767a094b1d63470713a (diff)
Rename a couple more .repo references.
-rw-r--r--docs/package-set.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/package-set.xml b/docs/package-set.xml
index c81c16a..3730516 100644
--- a/docs/package-set.xml
+++ b/docs/package-set.xml
@@ -8,7 +8,7 @@
<title>File header</title>
<para>
- 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:
</para>
@@ -27,7 +27,7 @@ struct razor_set_section {
]]></programlisting>
<para>
- 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:
</para>
<programlisting><![CDATA[
@@ -59,8 +59,8 @@ struct razor_set {
<listitem>
<para>
<emphasis>RAZOR_STRING_POOL</emphasis> 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