X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a8275acf87cf15992e6b89694d6276e0a5e529b9..6f35be91c9e86e463bca7df6eadf05412c7b732c:/doc/apt-cache.8.xml
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml
index b649149af..4e2de26bc 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
@@ -32,10 +32,16 @@
&synopsis-command-apt-cache;
Description
- apt-cache performs a variety of operations on APT's package
- cache. apt-cache does not manipulate the state of the system
- but does provide operations to search and generate interesting output
- from the package metadata.
+
+ apt-cache performs a variety of operations on APT's
+ package cache. apt-cache does not manipulate the
+ state of the system but does provide operations to search and generate
+ interesting output from the package metadata. The metadata is acquired
+ and updated via the 'update' command of e.g. apt-get,
+ so that it can be outdated if the last update is too long ago, but in
+ exchange apt-cache works independently of the
+ availability of the configured sources (e.g. offline).
+ Unless the , or option is given, one of the
commands below must be present.
@@ -293,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.