summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:26 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:26 +0000
commit91cb4c6b436bfddd4c4fd655e4cd4dce9073d5c4 (patch)
treebe322ab8f43e1be513bc0cb3be3223d6592f42b5 /doc
parent7f25bdff3a0fa55ba897964d5c82475b45f3325a (diff)
Doc fixes and copy method patch
Author: jgg Date: 1999-01-20 04:36:43 GMT Doc fixes and copy method patch
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.yo9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo
index 67838b21b..1488cc742 100644
--- a/doc/apt.conf.5.yo
+++ b/doc/apt.conf.5.yo
@@ -68,7 +68,7 @@ URI handlers.
startdit()
dit(bf(Queue-Mode))
Queuing mode; bf(Queue-Mode) can be one of bf(host) or bf(access) which
-determins how APT parallelizesoutgoing connections. bf(host) means that
+determins how APT parallelizes outgoing connections. bf(host) means that
one connection per target host will be opened, bf(access) means that one
connection per URI type will be opened.
@@ -82,8 +82,8 @@ will override all settings.
Three settings are provided for cache control with HTTP/1.1 complient proxy
caches. bf(No-Cache) tells the proxy to not used its cached response under
any circumstances, bf(Max-Age) is sent only for index files and tells the
-cache to refresh its object if it is older than the given value. Debian
-updates its index files daily so the default is 1 day. bd(No-Store)
+cache to refresh its object if it is older than the given number of seconds.
+Debian updates its index files daily so the default is 1 day. bf(No-Store)
specifies that the cache should never store this request, it is only
set for archive files. This may be usefull to prevent polluting a proxy cache
with very large .deb files. Note: Squid 2.0.2 does not support any of
@@ -155,6 +155,9 @@ manpagesection(EXAMPLES)
bf(/usr/doc/apt/examples/apt.conf) contains a sample configuration file
showing the default values for all possible options.
+mapagesection(FILES)
+/etc/apt/apt.conf
+
manpageseealso()
apt-cache (8),
apt.conf (5)