1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

"older" -> "not newer", on Timestamping description.

This commit is contained in:
Micah Cowan 2009-09-04 14:29:03 -07:00
parent d294668715
commit 1489612dd1
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-09-04 Micah Cowan <micah@cowan.name>
* wget.texi (Time-Stamping): "older" -> "not newer".
* Makefile.am (install.man, install.wgetrc): Use $(mkinstalldirs),
not $(top_srcdir)/mkinstalldirs.

View File

@ -2507,7 +2507,7 @@ The time-stamping in GNU Wget is turned on using @samp{--timestamping}
(@samp{-N}) option, or through @code{timestamping = on} directive in
@file{.wgetrc}. With this option, for each file it intends to download,
Wget will check whether a local file of the same name exists. If it
does, and the remote file is older, Wget will not download it.
does, and the remote file is not newer, Wget will not download it.
If the local file does not exist, or the sizes of the files do not
match, Wget will download the remote file no matter what the time-stamps