1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

doc: Make clearer the default recursion level.

This commit is contained in:
Giuseppe Scrivano 2011-07-05 10:28:00 +02:00
parent f90ca4e54a
commit 8c69d9f4a9
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-07-05 Giuseppe Scrivano <gscrivano@gnu.org>
* wget.texi (Recursive Retrieval Options): Make clearer that recursion,
by default, uses 5 levels.
Reported by: Marc Deop <damnshock@gmail.com>.
2011-03-21 Giuseppe Scrivano <gscrivano@gnu.org> 2011-03-21 Giuseppe Scrivano <gscrivano@gnu.org>
* wget.texi: Do not cite the current maintainer. * wget.texi: Do not cite the current maintainer.

View File

@ -1764,12 +1764,12 @@ case.
@item -r @item -r
@itemx --recursive @itemx --recursive
Turn on recursive retrieving. @xref{Recursive Download}, for more Turn on recursive retrieving. @xref{Recursive Download}, for more
details. details. The default maximum depth is 5.
@item -l @var{depth} @item -l @var{depth}
@itemx --level=@var{depth} @itemx --level=@var{depth}
Specify recursion maximum depth level @var{depth} (@pxref{Recursive Specify recursion maximum depth level @var{depth} (@pxref{Recursive
Download}). The default maximum depth is 5. Download}).
@cindex proxy filling @cindex proxy filling
@cindex delete after retrieval @cindex delete after retrieval