From 1489612dd1e604b8ccf4b4d7326ebcc93ca56923 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 4 Sep 2009 14:29:03 -0700 Subject: [PATCH] "older" -> "not newer", on Timestamping description. --- doc/ChangeLog | 2 ++ doc/wget.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index b3bc2433..140018cd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2009-09-04 Micah Cowan + * wget.texi (Time-Stamping): "older" -> "not newer". + * Makefile.am (install.man, install.wgetrc): Use $(mkinstalldirs), not $(top_srcdir)/mkinstalldirs. diff --git a/doc/wget.texi b/doc/wget.texi index 279be824..af211e35 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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 -- 2.39.2