]> sjero.net Git - wget/commitdiff
wget.texi: @noindent where appropriate, and @set UPDATED Mar 2008.
authorMicah Cowan <micah@cowan.name>
Mon, 24 Mar 2008 21:56:06 +0000 (14:56 -0700)
committerMicah Cowan <micah@cowan.name>
Mon, 24 Mar 2008 21:56:06 +0000 (14:56 -0700)
doc/ChangeLog
doc/wget.texi

index 3bca181af940a7a1d52ca4c300c90c837af8122f..343f09f73a370af2156b8150d7e08828859aeeb8 100644 (file)
@@ -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>
 
index 47fb8033915cbd48ad7478a997f494fb7f470be0..cd97bcf0b9007f7a4a165f897c292bfa1f5443fc 100644 (file)
@@ -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.