From: Micah Cowan Date: Fri, 4 Sep 2009 21:29:03 +0000 (-0700) Subject: "older" -> "not newer", on Timestamping description. X-Git-Tag: v1.13~253 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=1489612dd1e604b8ccf4b4d7326ebcc93ca56923 "older" -> "not newer", on Timestamping description. --- 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