diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:52 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:52 +0000 |
commit | 6fc33863f31051a5fc2726a236ce8b64d33bc964 (patch) | |
tree | 0e360d911299b38ac8d22786ef3a647026f7d570 /apt-pkg/sourcelist.h | |
parent | 8e06abb2587d06891a84414f09f4910429451bf8 (diff) |
Comment touch ups
Author: jgg
Date: 1998-07-19 21:24:11 GMT
Comment touch ups
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 2cf5a6ed2..78d8a22a9 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -1,12 +1,17 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: sourcelist.h,v 1.4 1998/07/19 04:22:05 jgg Exp $ +// $Id: sourcelist.h,v 1.5 1998/07/19 21:24:15 jgg Exp $ /* ###################################################################### SourceList - Manage a list of sources The Source List class provides access to a list of sources. It - can read them from a file and generate a list of all the permutations. + can read them from a file and generate a list of all the distinct + sources. + + All sources have a type associated with them that defines the layout + of the archive. The exact format of the file is documented in + files.sgml. ##################################################################### */ /*}}}*/ |