]> sjero.net Git - wget/commitdiff
"older" -> "not newer", on Timestamping description.
authorMicah Cowan <micah@cowan.name>
Fri, 4 Sep 2009 21:29:03 +0000 (14:29 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 4 Sep 2009 21:29:03 +0000 (14:29 -0700)
doc/ChangeLog
doc/wget.texi

index b3bc243365493acdcd3c5a8f34b729a0843fee12..140018cd1263607dbc834e77fdd062390280d553 100644 (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.
 
index 279be82416b4dec79f81bff27fbc8093927de0e5..af211e354d96a85fea93d31bc0c51fec1925af96 100644 (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