mirror of
https://github.com/mirror/wget.git
synced 2025-03-14 20:00:15 +08:00
doc: fix error with texinfo 5.
This commit is contained in:
parent
747023c476
commit
7bb672a487
@ -1,3 +1,8 @@
|
||||
2013-07-04 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* wget.texi (Download Options): Use '@item' instead of '@itemx'.
|
||||
Reported by: Darshit Shah <darnir@gmail.com>.
|
||||
|
||||
2013-06-17 Dave Reisner <dreisner@archlinux.org> (tiny change)
|
||||
|
||||
* texi2pod.pl: Fix formatting error that causes build to fail with
|
||||
|
@ -574,7 +574,7 @@ infinite retrying. The default is to retry 20 times, with the exception
|
||||
of fatal errors like ``connection refused'' or ``not found'' (404),
|
||||
which are not retried.
|
||||
|
||||
@itemx --retries=@var{number}
|
||||
@item --retries=@var{number}
|
||||
Set number of retries for a file specified in a metalink file to @var{number}.
|
||||
Specify 0 or @samp{inf} for no retrying in case of failed attempt. The default
|
||||
is to retry 1 time.
|
||||
|
Loading…
Reference in New Issue
Block a user