summaryrefslogtreecommitdiff
path: root/doc/sample.wgetrc
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2014-12-19 17:02:22 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2014-12-19 17:05:33 +0100
commitb0893e84b351f5fb64751907e974bb3806154077 (patch)
tree3ae67d87f6cd32f685ef718d107c24913bb6d0a8 /doc/sample.wgetrc
parentf0de37cc271df035388383b6a0eafb3201229bfd (diff)
downloadwget-b0893e84b351f5fb64751907e974bb3806154077.tar.gz
sample.wgetrc: Fix wrong command 'locale' into 'localencoding'
Reported-by: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'doc/sample.wgetrc')
-rw-r--r--doc/sample.wgetrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
index ad86be32..c0d07792 100644
--- a/doc/sample.wgetrc
+++ b/doc/sample.wgetrc
@@ -16,6 +16,9 @@
## To use the settings in this file, you will have to uncomment them,
## as well as change them, in most cases, as the values on the
## commented-out lines are the default values (e.g. "off").
+##
+## Command are case-, underscore- and minus-insensitive.
+## For example ftp_proxy, ftp-proxy and ftpproxy are the same.
##
@@ -122,7 +125,7 @@
#iri = off
# Force the default system encoding
-#locale = UTF-8
+#localencoding = UTF-8
# Force the default remote server encoding
#remoteencoding = UTF-8