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