1d92875
diff --git a/NEWS b/NEWS
1d92875
index 5e01a3c..88c7073 100644
1d92875
--- a/NEWS
1d92875
+++ b/NEWS
1d92875
@@ -893,7 +893,7 @@ distributed with Wget.
1d92875
 
1d92875
 ** Compiles on pre-ANSI compilers.
1d92875
 
1d92875
-** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
1d92875
+** Global wgetrc now goes to /etc (i.e. $sysconfdir).
1d92875
 
1d92875
 ** Lots of bugfixes.
1d92875
 
1d92875
@@ -956,7 +956,7 @@ Emacs, standalone info, or converted to HTML, dvi or postscript.
1d92875
 ** Fixed a long-standing bug, so that Wget now works over SLIP
1d92875
 connections.
1d92875
 
1d92875
-** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
1d92875
+** You can have a system-wide wgetrc (/etc/wgetrc by
1d92875
 default). Settings in $HOME/.wgetrc override the global ones, of
1d92875
 course :-)
1d92875
 
1d92875
diff --git a/README b/README
1d92875
index 61cb2aa..6c9b2fa 100644
1d92875
--- a/README
1d92875
+++ b/README
1d92875
@@ -33,7 +33,7 @@ for socks.
1d92875
 
1d92875
 Most of the features are configurable, either through command-line
1d92875
 options, or via initialization file .wgetrc.  Wget allows you to
1d92875
-install a global startup file (/usr/local/etc/wgetrc by default) for
1d92875
+install a global startup file (/etc/wgetrc by default) for
1d92875
 site settings.
1d92875
 
1d92875
 Wget works under almost all Unix variants in use today and, unlike
1d92875
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
1d92875
index c0d0779..9a73ada 100644
1d92875
--- a/doc/sample.wgetrc
1d92875
+++ b/doc/sample.wgetrc
e64a33b
@@ -10,7 +10,7 @@
e64a33b
 ## Or online here:
e64a33b
 ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
239bd5a
 ##
239bd5a
-## Wget initialization file can reside in /usr/local/etc/wgetrc
239bd5a
+## Wget initialization file can reside in /etc/wgetrc
239bd5a
 ## (global, for all users) or $HOME/.wgetrc (for a single user).
239bd5a
 ##
239bd5a
 ## To use the settings in this file, you will have to uncomment them,
1db9c7d
@@ -22,7 +22,7 @@
239bd5a
 
239bd5a
 
239bd5a
 ##
239bd5a
-## Global settings (useful for setting up in /usr/local/etc/wgetrc).
239bd5a
+## Global settings (useful for setting up in /etc/wgetrc).
239bd5a
 ## Think well before you change them, since they may reduce wget's
239bd5a
 ## functionality, and make it behave contrary to the documentation:
239bd5a
 ##
1d92875
diff --git a/doc/sample.wgetrc.munged_for_texi_inclusion b/doc/sample.wgetrc.munged_for_texi_inclusion
1d92875
index 3c7f2f4..521ef16 100644
1d92875
--- a/doc/sample.wgetrc.munged_for_texi_inclusion
1d92875
+++ b/doc/sample.wgetrc.munged_for_texi_inclusion
e64a33b
@@ -10,7 +10,7 @@
e64a33b
 ## Or online here:
e64a33b
 ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
239bd5a
 ##
239bd5a
-## Wget initialization file can reside in /usr/local/etc/wgetrc
239bd5a
+## Wget initialization file can reside in /etc/wgetrc
239bd5a
 ## (global, for all users) or $HOME/.wgetrc (for a single user).
239bd5a
 ##
239bd5a
 ## To use the settings in this file, you will have to uncomment them,
1db9c7d
@@ -22,7 +22,7 @@
239bd5a
 
239bd5a
 
239bd5a
 ##
239bd5a
-## Global settings (useful for setting up in /usr/local/etc/wgetrc).
239bd5a
+## Global settings (useful for setting up in /etc/wgetrc).
239bd5a
 ## Think well before you change them, since they may reduce wget's
239bd5a
 ## functionality, and make it behave contrary to the documentation:
239bd5a
 ##
1d92875
diff --git a/doc/wget.info b/doc/wget.info
1d92875
index 985b614..3e9b771 100644
1d92875
--- a/doc/wget.info
1d92875
+++ b/doc/wget.info
1db9c7d
@@ -113,7 +113,7 @@ retrieval through HTTP proxies.
1db9c7d
    • Most of the features are fully configurable, either through command
1db9c7d
      line options, or via the initialization file ‘.wgetrc’ (*note
1db9c7d
      Startup File::).  Wget allows you to define “global” startup files
1db9c7d
-     (‘/usr/local/etc/wgetrc’ by default) for site settings.  You can
1db9c7d
+     (‘/etc/wgetrc’ by default) for site settings.  You can
1db9c7d
      also specify the location of a startup file with the –config
1d92875
      option.  To disable the reading of config files, use –no-config.
1d92875
      If both –config and –no-config are given, –no-config is ignored.
1d92875
@@ -2814,8 +2814,8 @@ File: wget.info,  Node: Wgetrc Location,  Next: Wgetrc Syntax,  Prev: Startup Fi
239bd5a
 ===================
239bd5a
 
1db9c7d
 When initializing, Wget will look for a “global” startup file,
1db9c7d
-‘/usr/local/etc/wgetrc’ by default (or some prefix other than
1db9c7d
-‘/usr/local’, if Wget was not installed there) and read commands from
1db9c7d
+‘/etc/wgetrc’ by default (or some prefix other than
1db9c7d
+‘/etc’, if Wget was not installed there) and read commands from
239bd5a
 there, if it exists.
239bd5a
 
1db9c7d
    Then it will look for the user’s file.  If the environmental variable
1d92875
@@ -2826,7 +2826,7 @@ further attempts will be made.
239bd5a
 
1db9c7d
    The fact that user’s settings are loaded after the system-wide ones
1db9c7d
 means that in case of collision user’s wgetrc _overrides_ the
1db9c7d
-system-wide wgetrc (in ‘/usr/local/etc/wgetrc’ by default).  Fascist
1db9c7d
+system-wide wgetrc (in ‘/etc/wgetrc’ by default).  Fascist
239bd5a
 admins, away!
239bd5a
 
239bd5a
 ?
1d92875
@@ -3369,7 +3369,7 @@ its line.
e64a33b
      ## Or online here:
e64a33b
      ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
239bd5a
      ##
239bd5a
-     ## Wget initialization file can reside in /usr/local/etc/wgetrc
239bd5a
+     ## Wget initialization file can reside in /etc/wgetrc
239bd5a
      ## (global, for all users) or $HOME/.wgetrc (for a single user).
239bd5a
      ##
239bd5a
      ## To use the settings in this file, you will have to uncomment them,
1d92875
@@ -3381,7 +3381,7 @@ its line.
1db9c7d
 
1db9c7d
 
1db9c7d
      ##
1db9c7d
-     ## Global settings (useful for setting up in /usr/local/etc/wgetrc).
1db9c7d
+     ## Global settings (useful for setting up in /etc/wgetrc).
1db9c7d
      ## Think well before you change them, since they may reduce wget's
1db9c7d
      ## functionality, and make it behave contrary to the documentation:
1db9c7d
      ##
1d92875
diff --git a/doc/wget.texi b/doc/wget.texi
1d92875
index 31aef52..cffdced 100644
1d92875
--- a/doc/wget.texi
1d92875
+++ b/doc/wget.texi
1d92875
@@ -191,7 +191,7 @@ gauge can be customized to your preferences.
e64a33b
 Most of the features are fully configurable, either through command line
e64a33b
 options, or via the initialization file @file{.wgetrc} (@pxref{Startup
e64a33b
 File}).  Wget allows you to define @dfn{global} startup files
e64a33b
-(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
e64a33b
+(@file{/etc/wgetrc} by default) for site settings. You can also
e64a33b
 specify the location of a startup file with the --config option.
1d92875
 To disable the reading of config files, use --no-config.
1d92875
 If both --config and --no-config are given, --no-config is ignored.
1d92875
@@ -200,7 +200,7 @@ If both --config and --no-config are given, --no-config is ignored.
e64a33b
 @ignore
e64a33b
 @c man begin FILES
e64a33b
 @table @samp
e64a33b
-@item /usr/local/etc/wgetrc
e64a33b
+@item /etc/wgetrc
e64a33b
 Default location of the @dfn{global} startup file.
239bd5a
 
e64a33b
 @item .wgetrc
1d92875
@@ -3143,8 +3143,8 @@ commands.
239bd5a
 @cindex location of wgetrc
239bd5a
 
239bd5a
 When initializing, Wget will look for a @dfn{global} startup file,
239bd5a
-@file{/usr/local/etc/wgetrc} by default (or some prefix other than
239bd5a
-@file{/usr/local}, if Wget was not installed there) and read commands
239bd5a
+@file{/etc/wgetrc} by default (or some prefix other than
239bd5a
+@file{/etc}, if Wget was not installed there) and read commands
239bd5a
 from there, if it exists.
239bd5a
 
239bd5a
 Then it will look for the user's file.  If the environmental variable
1d92875
@@ -3155,7 +3155,7 @@ If @code{WGETRC} is not set, Wget will try to load @file{$HOME/.wgetrc}.
239bd5a
 
239bd5a
 The fact that user's settings are loaded after the system-wide ones
239bd5a
 means that in case of collision user's wgetrc @emph{overrides} the
239bd5a
-system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
239bd5a
+system-wide wgetrc (in @file{/etc/wgetrc} by default).
239bd5a
 Fascist admins, away!
239bd5a
 
239bd5a
 @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File