X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8561c2fedae26aecd8ba758a5e7ef686ba1243f3..d1bdb73a96d01896ec8e213a0f14abc38d19a929:/doc/apt-cache.8.xml?ds=sidebyside
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml
index a76eb1000..66f608b13 100644
--- a/doc/apt-cache.8.xml
+++ b/doc/apt-cache.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
- 2012-06-09T00:00:00Z
+ 2015-10-27T00:00:00Z
@@ -299,8 +299,8 @@ Reverse Provides:
Per default depends and rdepends
print only dependencies explicitly expressed in the metadata. With this flag
- it will also show dependencies implicitely added based on the encountered data.
- A Conflicts: foo e.g. expresses implicitely that this package
+ it will also show dependencies implicitly added based on the encountered data.
+ A Conflicts: foo e.g. expresses implicitly that this package
also conflicts with the package foo from any other architecture.
Configuration Item: APT::Cache::ShowImplicit.
@@ -350,6 +350,21 @@ Reverse Provides:
Configuration Item: APT::Cache::Installed.
+
+
+ Adds the given file as a source for metadata. Can be repeated to add multiple files.
+ Supported are currently *.deb, *.dsc,
+ *.changes, Sources and
+ Packages files as well as source package directories.
+ Files are matched based on their name only, not their content!
+ Sources and Packages can be compressed in any
+ format apt supports as long as they have the correct extension. If you need to store
+ multiple of these files in one directory you can prefix a name of your choice with the
+ last character being an underscore ("_"). Example: my.example_Packages.xz
+ Note that these sources are treated as trusted (see &apt-secure;).
+ Configuration Item: APT::Sources::With.
+
+
&apt-commonoptions;