summaryrefslogtreecommitdiffstats
path: root/man/C
diff options
context:
space:
mode:
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