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/tagfile.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/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index 912558e8f..af6924754 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: tagfile.h,v 1.7 1998/07/19 04:42:11 jgg Exp $ +// $Id: tagfile.h,v 1.8 1998/07/19 21:24:17 jgg Exp $ /* ###################################################################### Fast scanner for RFC-822 type header information @@ -8,7 +8,7 @@ This parser handles Debian package files (and others). Their form is RFC-822 type header fields in groups seperated by a blank line. - The parser reads the and provides methods to step linearly + The parser reads the file and provides methods to step linearly over it or to jump to a pre-recorded start point and read that record. A second class is used to perform pre-parsing of the record. It works |