From 0f56f4056ada5a827a9174170b7d1fc92f0e9e6a Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Thu, 29 Nov 2001 23:32:17 -0800
Subject: [PATCH] [svn] Document ftp_proxy in sample.wgetrc. Submitted by Ingo
 T. Storm in <026a01c17913$acfac660$7400a8c0@dukat.cb.de>.

---
 doc/ChangeLog     | 4 ++++
 doc/sample.wgetrc | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6e9b2ac8..e9c634b0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-30  Ingo T. Storm  <tux-sparc@computerbild.de>
+
+	* sample.wgetrc: Document ftp_proxy, too.
+
 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
 
 	* wget.texi: Document --random-wait, randomwait=on/off.
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
index 67fcc7dd..dbdec959 100644
--- a/doc/sample.wgetrc
+++ b/doc/sample.wgetrc
@@ -70,9 +70,10 @@ waitretry = 10
 # is *not* sent by default.
 #header = Accept-Language: en
 
-# You can set the default proxy for Wget to use.  It will override the
-# value in the environment.
+# You can set the default proxies for Wget to use for http and ftp.
+# They will override the value in the environment.
 #http_proxy = http://proxy.yoyodyne.com:18023/
+#ftp_proxy = http://proxy.yoyodyne.com:18023/
 
 # If you do not want to use proxy at all, set this to off.
 #use_proxy = on