Lines 1-6
Link Here
|
1 |
--- doc/wget.texi |
1 |
--- doc/wget.texi.orig 2012-08-04 01:41:52.000000000 -0700 |
2 |
+++ doc/wget.texi |
2 |
+++ doc/wget.texi 2013-09-16 09:14:28.008869641 -0700 |
3 |
@@ -875,7 +875,7 @@ recommendation to block many unrelated users from a web site due to the |
3 |
@@ -876,7 +876,7 @@ |
4 |
actions of one. |
4 |
actions of one. |
5 |
|
5 |
|
6 |
@cindex proxy |
6 |
@cindex proxy |
Lines 9-15
Link Here
|
9 |
Don't use proxies, even if the appropriate @code{*_proxy} environment |
9 |
Don't use proxies, even if the appropriate @code{*_proxy} environment |
10 |
variable is defined. |
10 |
variable is defined. |
11 |
|
11 |
|
12 |
@@ -976,7 +976,7 @@ are outside the range of @sc{ascii} characters (that is, greater than |
12 |
@@ -977,9 +977,9 @@ |
13 |
whose encoding does not match the one used locally. |
13 |
whose encoding does not match the one used locally. |
14 |
|
14 |
|
15 |
@cindex IPv6 |
15 |
@cindex IPv6 |
Lines 16-24
Link Here
|
16 |
-@itemx -4 |
16 |
-@itemx -4 |
17 |
+@item -4 |
17 |
+@item -4 |
18 |
@itemx --inet4-only |
18 |
@itemx --inet4-only |
19 |
@itemx -6 |
19 |
-@itemx -6 |
|
|
20 |
+@item -6 |
20 |
@itemx --inet6-only |
21 |
@itemx --inet6-only |
21 |
@@ -3093,7 +3093,7 @@ display properly---the same as @samp{-p}. |
22 |
Force connecting to IPv4 or IPv6 addresses. With @samp{--inet4-only} |
|
|
23 |
or @samp{-4}, Wget will only connect to IPv4 hosts, ignoring AAAA |
24 |
@@ -2106,32 +2106,32 @@ |
25 |
|
26 |
|
27 |
@table @asis |
28 |
-@item 0 |
29 |
+@item .0 |
30 |
No problems occurred. |
31 |
|
32 |
-@item 1 |
33 |
+@item .1 |
34 |
Generic error code. |
35 |
|
36 |
-@item 2 |
37 |
+@item .2 |
38 |
Parse error---for instance, when parsing command-line options, the |
39 |
@samp{.wgetrc} or @samp{.netrc}... |
40 |
|
41 |
-@item 3 |
42 |
+@item .3 |
43 |
File I/O error. |
44 |
|
45 |
-@item 4 |
46 |
+@item .4 |
47 |
Network failure. |
48 |
|
49 |
-@item 5 |
50 |
+@item .5 |
51 |
SSL verification failure. |
52 |
|
53 |
-@item 6 |
54 |
+@item .6 |
55 |
Username/password authentication failure. |
56 |
|
57 |
-@item 7 |
58 |
+@item .7 |
59 |
Protocol errors. |
60 |
|
61 |
-@item 8 |
62 |
+@item .8 |
63 |
Server issued an error response. |
64 |
@end table |
65 |
|
66 |
@@ -3094,7 +3094,7 @@ |
22 |
Change setting of passive @sc{ftp}, equivalent to the |
67 |
Change setting of passive @sc{ftp}, equivalent to the |
23 |
@samp{--passive-ftp} option. |
68 |
@samp{--passive-ftp} option. |
24 |
|
69 |
|
Lines 27-33
Link Here
|
27 |
Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. |
72 |
Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. |
28 |
This command can be overridden using the @samp{ftp_password} and |
73 |
This command can be overridden using the @samp{ftp_password} and |
29 |
@samp{http_password} command for @sc{ftp} and @sc{http} respectively. |
74 |
@samp{http_password} command for @sc{ftp} and @sc{http} respectively. |
30 |
@@ -3604,7 +3604,7 @@ In addition to the environment variables, proxy location and settings |
75 |
@@ -3605,7 +3605,7 @@ |
31 |
may be specified from within Wget itself. |
76 |
may be specified from within Wget itself. |
32 |
|
77 |
|
33 |
@table @samp |
78 |
@table @samp |
Lines 36-40
Link Here
|
36 |
@itemx proxy = on/off |
81 |
@itemx proxy = on/off |
37 |
This option and the corresponding command may be used to suppress the |
82 |
This option and the corresponding command may be used to suppress the |
38 |
use of proxy, even if the appropriate environment variables are set. |
83 |
use of proxy, even if the appropriate environment variables are set. |
39 |
-- |
|
|
40 |
cgit v0.9.0.2 |