mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
wget.texi: @noindent where appropriate, and @set UPDATED Mar 2008.
This commit is contained in:
parent
e4b9611569
commit
31ad1acbc1
@ -2,7 +2,8 @@
|
||||
|
||||
* wget.texi <Types of Fields>: 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 <micah@cowan.name>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user