summaryrefslogtreecommitdiff
path: root/doc/cache.sgml
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:16 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:16 +0000
commitb53b7926de5d01fc33bc253fa94b9c98a0833dea (patch)
tree89836b613080caa1658f6f1ef334127436f606e9 /doc/cache.sgml
parent3c124dde9567dd8c45d271bf2eaadffa5754f7d9 (diff)
More bug fixes
Author: jgg Date: 1998-12-14 08:23:10 GMT More bug fixes
Diffstat (limited to 'doc/cache.sgml')
-rw-r--r--doc/cache.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cache.sgml b/doc/cache.sgml
index fe3cfdf08..7e7328a1e 100644
--- a/doc/cache.sgml
+++ b/doc/cache.sgml
@@ -4,7 +4,7 @@
<title>APT Cache File Format</title>
<author>Jason Gunthorpe <email>jgg@debian.org</email></author>
-<version>$Id: cache.sgml,v 1.4 1998/12/14 02:23:47 jgg Exp $</version>
+<version>$Id: cache.sgml,v 1.5 1998/12/14 08:23:10 jgg Exp $</version>
<abstract>
This document describes the complete implementation and format of the APT
@@ -358,7 +358,6 @@ Header.FileList
unsigned long Label; // Stringtable
unsigned long Architecture; // Stringtable
unsigned long Size;
- unsigned char NotAutomatic; // Bool
// Linked list
unsigned long NextFile; // PackageFile
@@ -735,6 +734,7 @@ Zero is used for unparsable or absent Priority fields.
<p>
<example>
#define pkgFLAG_NotSource (1 << 0)
+#define pkgFLAG_NotAutomatic (1 << 1)
</example>
</sect1>