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