]> sjero.net Git - wget/blobdiff - doc/wget.info-1
[svn] Added a note about my newly-implemented interaction between -K and -N.
[wget] / doc / wget.info-1
index 9de1c8f3c5cadaa599c4eb4963b9c512920962f0..b4b2ad8b69d9abe33ff2796206c8264fc084a049 100644 (file)
@@ -1203,6 +1203,11 @@ remote file.
 modified more recently (which makes it "newer").  If the remote file is
 newer, it will be downloaded; if it is older, Wget will give up.(1)
 
+   When `--backup-converted' (`-K') is specified in conjunction with
+`-N', server file `X' is compared to local file `X.orig', if extant,
+rather than being compared to local file `X', which will always differ
+if it's been converted by `--convert-links' (`-k').
+
    Arguably, HTTP time-stamping should be implemented using the
 `If-Modified-Since' request.
 
@@ -1265,25 +1270,3 @@ commands.
 * Wgetrc Commands::   List of available commands.
 * Sample Wgetrc::     A wgetrc example.
 
-\1f
-File: wget.info,  Node: Wgetrc Location,  Next: Wgetrc Syntax,  Prev: Startup File,  Up: Startup File
-
-Wgetrc Location
-===============
-
-   When initializing, Wget will look for a "global" startup file,
-`/usr/local/etc/wgetrc' by default (or some prefix other than
-`/usr/local', if Wget was not installed there) and read commands from
-there, if it exists.
-
-   Then it will look for the user's file.  If the environmental variable
-`WGETRC' is set, Wget will try to load that file.  Failing that, no
-further attempts will be made.
-
-   If `WGETRC' is not set, Wget will try to load `$HOME/.wgetrc'.
-
-   The fact that user's settings are loaded after the system-wide ones
-means that in case of collision user's wgetrc *overrides* the
-system-wide wgetrc (in `/usr/local/etc/wgetrc' by default).  Fascist
-admins, away!
-