]> git.pld-linux.org Git - packages/wget.git/blob - wget-info.patch
- fixed problems with texinfo 5 and pod from perl 5.18
[packages/wget.git] / wget-info.patch
1 --- wget-1.9-beta4/doc/wget.texi.orig   2003-10-12 22:41:49.000000000 +0200
2 +++ wget-1.9-beta4/doc/wget.texi        2003-10-12 22:44:56.185263424 +0200
3 @@ -21,9 +21,9 @@
4  @set Wget Wget
5  @c man title Wget The non-interactive network downloader.
6  
7 -@dircategory Network applications
8 +@dircategory Net utilities:
9  @direntry
10 -* Wget: (wget).                 Non-interactive network downloader.
11 +* Wget: (wget).                                Non-interactive network downloader
12  @end direntry
13  
14  @ifnottex
15 @@ -876,7 +876,7 @@
16  actions of one.
17  
18  @cindex proxy
19 -@itemx --no-proxy
20 +@item --no-proxy
21  Don't use proxies, even if the appropriate @code{*_proxy} environment
22  variable is defined.
23  
24 @@ -977,9 +977,9 @@
25  whose encoding does not match the one used locally.
26  
27  @cindex IPv6
28 -@itemx -4
29 +@item -4
30  @itemx --inet4-only
31 -@itemx -6
32 +@item -6
33  @itemx --inet6-only
34  Force connecting to IPv4 or IPv6 addresses.  With @samp{--inet4-only}
35  or @samp{-4}, Wget will only connect to IPv4 hosts, ignoring AAAA
36 @@ -3092,7 +3092,7 @@
37  Change setting of passive @sc{ftp}, equivalent to the
38  @samp{--passive-ftp} option.
39  
40 -@itemx password = @var{string}
41 +@item password = @var{string}
42  Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
43  This command can be overridden using the @samp{ftp_password} and 
44  @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
45 @@ -3603,7 +3603,7 @@
46  may be specified from within Wget itself.
47  
48  @table @samp
49 -@itemx --no-proxy
50 +@item --no-proxy
51  @itemx proxy = on/off
52  This option and the corresponding command may be used to suppress the
53  use of proxy, even if the appropriate environment variables are set.
This page took 0.026841 seconds and 4 git commands to generate.