From: Micah Cowan Date: Mon, 24 Mar 2008 21:56:06 +0000 (-0700) Subject: wget.texi: @noindent where appropriate, and @set UPDATED Mar 2008. X-Git-Tag: v1.13~440 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=31ad1acbc1ffd83c07bab1a7bce1a3439de5b721 wget.texi: @noindent where appropriate, and @set UPDATED Mar 2008. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 3bca181a..343f09f7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,7 +2,8 @@ * wget.texi : Mentioned various caveats in the behavior of accept/reject lists, deprecate current - always-download-HTML feature. + always-download-HTML feature. Added @noindent to a couple of + appropriate spots. 2008-03-17 Micah Cowan diff --git a/doc/wget.texi b/doc/wget.texi index 47fb8033..cd97bcf0 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3,7 +3,7 @@ @c %**start of header @setfilename wget.info @include version.texi -@set UPDATED Jan 2008 +@set UPDATED Mar 2008 @settitle GNU Wget @value{VERSION} Manual @c Disable the monstrous rectangles beside overfull hbox-es. @finalout @@ -2119,6 +2119,7 @@ Analogously, to download all files except the ones beginning with expansion by the shell. @end table +@noindent The @samp{-A} and @samp{-R} options may be combined to achieve even better fine-tuning of which files to retrieve. E.g. @samp{wget -A "*zelazny*" -R .ps} will download all the files having @samp{zelazny} as @@ -2164,6 +2165,7 @@ Query strings do not contribute to URL matching, but are included in local filenames, and so @emph{do} contribute to filename matching. @end itemize +@noindent This behavior, too, is considered less-than-desirable, and may change in a future version of Wget.