]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/man-hyphen-as-minus
Refresh all patches.
[sven/tclcurl.git] / debian / patches / man-hyphen-as-minus
1 Fix several hyphen-as-minus problems flagged by lintian.
2 --- a/doc/tclcurl.n
3 +++ b/doc/tclcurl.n
4 @@ -460,7 +460,7 @@ too low might cause unnecessary connecti
5  .TP
6  .B -dnscachetimeout
7  Pass the timeout in seconds. Name resolves will be kept in memory for this number
8 -of seconds. Set to '0' to completely disable caching, or '-1' to make the
9 +of seconds. Set to '0' to completely disable caching, or '\-1' to make the
10  cached entries remain forever. By default, TclCurl caches this info for 60 seconds.
11  
12  The name resolve functions of various libc implementations don't re-read name
13 @@ -761,7 +761,7 @@ is  meaningful  only  when setting \fB-f
14  Sets the redirection limit. If that many redirections have been followed,
15  the next redirect will cause an error. This option only makes sense if the
16  \fB-followlocation\fP option is used at the same time. Setting the limit
17 -to 0 will make libcurl refuse any redirect. Set it to -1 for an infinite
18 +to 0 will make libcurl refuse any redirect. Set it to \-1 for an infinite
19  number of redirects (which is the default)
20  
21  .TP
22 @@ -1341,7 +1341,7 @@ Pass the offset in number of bytes that
23  Set this option to 0 to make the transfer start from the beginning
24  (effectively disabling resume).
25  
26 -For FTP, set this option to -1 to make the transfer start from the end of the
27 +For FTP, set this option to \-1 to make the transfer start from the end of the
28  target file (useful to continue an interrupted upload). 
29  
30  When doing uploads with FTP, the resume position is where in the local/source
31 @@ -2077,7 +2077,7 @@ Internal error. A function was called wi
32  Interface error. A specified outgoing interface could not be used.
33  .IP 47
34  Too many redirects. When following redirects, TclCurl hit the maximum amount, set
35 -your limit with --maxredirs
36 +your limit with \-\-maxredirs
37  .IP 48
38  An option passed to TclCurl is not recognized/known. Refer to the appropriate
39  documentation. This is most likely a problem in the program that uses
40 @@ -2186,7 +2186,7 @@ Returns the last received proxy response
41  .TP
42  .B filetime
43  Returns the remote time of the retrieved document (in number of seconds
44 -since 1 jan 1970 in the GMT/UTC time zone). If you get -1,
45 +since 1 jan 1970 in the GMT/UTC time zone). If you get \-1,
46  it can be because of many reasons (unknown, the server hides it or the
47  server doesn't support the command that tells document time etc) and the time
48  of the document is unknown.
49 @@ -2303,7 +2303,7 @@ requests. Note that this may be more tha
50  .TP
51  .B sslverifyresult
52  Returns the result of the certification verification that was requested
53 -(using the -sslverifypeer option to configure).
54 +(using the \-sslverifypeer option to configure).
55  
56  .TP
57  .B sslengines
58 --- a/doc/tclcurl_multi.n
59 +++ b/doc/tclcurl_multi.n
60 @@ -186,7 +186,7 @@ you can use the
61  command, it will return the number of transfers currently active.
62  .sp
63  .B RETURN VALUE
64 -The number of active transfers or '-1' in case of error.
65 +The number of active transfers or '\-1' in case of error.
66  
67  .SH multiHandle getinfo
68  This procedure returns very simple information about the transfers, you