summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNathan Jones <nathanj@insightbb.com>2007-10-19 19:17:53 +0200
committerDan McGee <dan@archlinux.org>2007-10-20 02:29:17 +0200
commite472e80c084c5e94fdc15d2f6565c50e65854372 (patch)
treecf19a2493d81696f04469385a837b9a7a739733b /doc
parent520db578daf4dfe4863f9c32026460ada9131b78 (diff)
downloadpacman-e472e80c084c5e94fdc15d2f6565c50e65854372.tar.gz
pacman-e472e80c084c5e94fdc15d2f6565c50e65854372.tar.xz
Download delta files if UseDelta is set.
Delta files will be used if the size is smaller than a percent (MAX_DELTA_RATIO) of the package size. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.conf.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index d422a4b9..06ba81d4 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -105,6 +105,10 @@ Options
*ShowSize*::
Display the size of individual packages for '\--sync' and '\--query' modes.
+*UseDelta*::
+ Download delta files instead of complete packages if possible. Requires
+ the xdelta program to be installed.
+
Repository Sections
-------------------