From 0b5cd06a3d5e24abe0264068638334ebb2ada587 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 2 Jul 2008 14:39:44 -0400 Subject: [PATCH] Rename a couple more .repo references. --- docs/package-set.xml | 8 ++++---- 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 @@ 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 @@ struct razor_set_section { ]]> - 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 -- 1.7.1