diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-27 17:51:18 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-27 17:51:18 +0200 |
commit | a2a781f416a104cdb2405424b3e874945a4d75bb (patch) | |
tree | d42278e471fb902edc6809e645afda659aef362c | |
parent | d47b8cdf4825a233515028f62b1cb0b4dd4f050c (diff) | |
download | pacman-a2a781f416a104cdb2405424b3e874945a4d75bb.tar.gz pacman-a2a781f416a104cdb2405424b3e874945a4d75bb.tar.xz |
* Remove outdated ProxyServer option from pacman.conf.5.
-rw-r--r-- | doc/pacman.conf.5 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/pacman.conf.5 b/doc/pacman.conf.5 index 21585240..15f7b95f 100644 --- a/doc/pacman.conf.5 +++ b/doc/pacman.conf.5 @@ -54,9 +54,6 @@ Instructs \fBpacman\fP to ignore any upgrades for this package when performing a Include another config file. This file can include repositories or general configuration options. .TP -.B ProxyServer = <\fIhost\fP|\fIip\fP>[:\fIport\fP] -If set, \fBpacman\fP will use this proxy server for all ftp/http transfers. -.TP .B XferCommand = \fI/path/to/command %u\fP If set, an external program will be used to download all remote files. All instances of \fB%u\fP will be replaced with the download URL. If present, |