diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-ftparchive.1.sgml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/doc/apt-ftparchive.1.sgml b/doc/apt-ftparchive.1.sgml index a385aebd7..7279a1b7e 100644 --- a/doc/apt-ftparchive.1.sgml +++ b/doc/apt-ftparchive.1.sgml @@ -345,12 +345,22 @@ for i in Sections do Sets the binary override file. The override file contains section, priority and maintainer address information. </VarListEntry> - + <VarListEntry><term>SrcOverride</term> <ListItem><Para> Sets the source override file. The override file contains section information. </VarListEntry> + + <VarListEntry><term>ExtraOverride</term> + <ListItem><Para> + Sets the binary extra override file. + </VarListEntry> + + <VarListEntry><term>SrcExtraOverride</term> + <ListItem><Para> + Sets the source extra override file. + </VarListEntry> </VariableList> </refsect2> @@ -378,7 +388,7 @@ for i in Sections do Sets the Contents file output. (Optional) </VarListEntry> - <VarListEntry><term>Binoverride</term> + <VarListEntry><term>BinOverride</term> <ListItem><Para> Sets the binary override file. </VarListEntry> @@ -388,6 +398,16 @@ for i in Sections do Sets the source override file. </VarListEntry> + <VarListEntry><term>ExtraOverride</term> + <ListItem><Para> + Sets the binary extra override file. + </VarListEntry> + + <VarListEntry><term>SrcExtraOverride</term> + <ListItem><Para> + Sets the source extra override file. + </VarListEntry> + <VarListEntry><term>BinCacheDB</term> <ListItem><Para> Sets the cache DB. @@ -431,6 +451,13 @@ for i in Sections do package name, the second is the section to assign it. </RefSect1> + <RefSect1><title>The Extra Override File</> + <para> + The extra override file allows any arbitary tag to be added or replaced + in the output. It has 3 columns, the first is the package, the second is + the tag and the remainder of the line is the new value. + </RefSect1> + <RefSect1><Title>Options</> &apt-cmdblurb; |