summaryrefslogtreecommitdiffstats
path: root/man/C
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-07 07:53:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-07 07:53:34 +0000
commit7b6d1812781ca46a7a81e673e2bd34254c6c8655 (patch)
tree1c79b9ffa74507500621cdfcbdb262e659365a23 /man/C
parent883857812a0e66045f512c3484da8504e74629db (diff)
downloadurpmi-7b6d1812781ca46a7a81e673e2bd34254c6c8655.tar
urpmi-7b6d1812781ca46a7a81e673e2bd34254c6c8655.tar.gz
urpmi-7b6d1812781ca46a7a81e673e2bd34254c6c8655.tar.bz2
urpmi-7b6d1812781ca46a7a81e673e2bd34254c6c8655.tar.xz
urpmi-7b6d1812781ca46a7a81e673e2bd34254c6c8655.zip
Clarification in the proxy.cfg manpage
Diffstat (limited to 'man/C')
-rw-r--r--man/C/proxy.cfg.59
1 files changed, 8 insertions, 1 deletions
diff --git a/man/C/proxy.cfg.5 b/man/C/proxy.cfg.5
index 52bfd1dd..daee4ff0 100644
--- a/man/C/proxy.cfg.5
+++ b/man/C/proxy.cfg.5
@@ -5,7 +5,11 @@ proxy.cfg \- urpmi proxy configuration file format.
.SH DESCRIPTION
The proxy.cfg file contains lines of the form
-.B "[media:][http_proxy|ftp_proxy|proxy_user]=[value]"
+.B "[media:]http_proxy=[value]"
+
+.B "[media:]ftp_proxy=[value]"
+
+.B "[media:]proxy_user=[value]"
where the media part is optional (in this case, the line applies
to all media).
@@ -15,6 +19,9 @@ environment variables used by many programs such as \fIcurl\fP(1):
.B "[protocol://]<host>[:port]"
+proxy_user values are simply a user name, or a user name and a
+password separated by a colon (:).
+
.SH AUTHOR
Francois Pons, Mandrakesoft <fpons@mandrakesoft.com>
.PP