diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-03-23 20:06:32 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-03-23 20:06:32 +0000 |
commit | fea257973f7be1ad01405e1cfdab0ac7295656ff (patch) | |
tree | 13b8e0e6b75e860fb88564717dde9dc092542c21 /doc/architecture.xml | |
parent | 2f3f78d3053ba42c1a8e7196ab5fb378a8360a68 (diff) | |
download | bcfg2-fea257973f7be1ad01405e1cfdab0ac7295656ff.tar.gz bcfg2-fea257973f7be1ad01405e1cfdab0ac7295656ff.tar.bz2 bcfg2-fea257973f7be1ad01405e1cfdab0ac7295656ff.zip |
fix parse errors
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1811 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/architecture.xml')
-rw-r--r-- | doc/architecture.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/architecture.xml b/doc/architecture.xml index 2fb1b3c98..f484b65eb 100644 --- a/doc/architecture.xml +++ b/doc/architecture.xml @@ -547,7 +547,10 @@ <para> The interface provided in the bcfg2 repository for package specification was designed with automation in mind. The goal - was to + was to support an append only interface to the repository, so + that users do not need to continuously re-write already + existing bits of specification. + </para> </section> </section> </chapter>
\ No newline at end of file |