summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-04-15 07:05:54 +0200
committerJudd Vinet <judd@archlinux.org>2004-04-15 07:05:54 +0200
commit4cb6a179b3b23fff7208628438d59783e9e65dfc (patch)
treefd3094ad328f188085c9e74e5a351ddfc82b621e /doc
parentd7c17ff1ccf5ff1c5297545b0fad858e6a116492 (diff)
downloadpacman-4cb6a179b3b23fff7208628438d59783e9e65dfc.tar.gz
pacman-4cb6a179b3b23fff7208628438d59783e9e65dfc.tar.xz
Imported from pacman-2.7.7.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/pacman.8.in b/doc/pacman.8.in
index cf342923..33b43636 100644
--- a/doc/pacman.8.in
+++ b/doc/pacman.8.in
@@ -1,4 +1,4 @@
-.TH pacman 8 "April 3, 2004" "pacman #VERSION#" ""
+.TH pacman 8 "April 14, 2004" "pacman #VERSION#" ""
.SH NAME
pacman \- package manager utility
.SH SYNOPSIS
@@ -70,6 +70,9 @@ package that is about to be installed contains files that are already
installed, this option will cause all those files to be overwritten.
This option should be used with care, ideally not at all.
.TP
+.B "\-k, \-\-keep"
+Removes the database entry only. Leaves all files in place.
+.TP
.B "\-n, \-\-nosave"
(only used with \fB--remove\fP)
Instructs pacman to ignore file backup designations. Normally, when
@@ -225,6 +228,13 @@ Instructs pacman to ignore any upgrades for this package when performing a
.B "ProxyServer = <host|ip>[:port]"
If set, pacman will use this proxy server for all ftp/http transfers.
.TP
+.B "XferCommand = /path/to/command %u"
+If set, pacman will use this external program to download all remote files.
+All instances of \fB%u\fP will be replaced with the URL to be downloaded.
+This is useful for users who experience problems with pacman's built-in http/ftp
+support, or need the more advanced proxy support that comes with utilities like
+wget.
+.TP
.B "NoPassiveFtp"
Disables passive ftp connections when downloading packages. (aka Active Mode)
.TP