From b0893e84b351f5fb64751907e974bb3806154077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 19 Dec 2014 17:02:22 +0100 Subject: [PATCH] sample.wgetrc: Fix wrong command 'locale' into 'localencoding' Reported-by: Eli Zaretskii --- doc/sample.wgetrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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