X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2Fwget.texi;h=af211e354d96a85fea93d31bc0c51fec1925af96;hp=2585d7ffc1bf535d6979db946d08fcde667c0538;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=4198c7239f11f85002798dd4fce4f0bc1042547a diff --git a/doc/wget.texi b/doc/wget.texi index 2585d7ff..af211e35 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -30,8 +30,8 @@ This file documents the GNU Wget utility for downloading network data. @c man begin COPYRIGHT -Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @iftex Permission is granted to make and distribute verbatim copies of @@ -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