]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/man-hyphen-as-minus
0a355c1959edd30e457eedd42225991be3689d64
[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 @@ -762,7 +762,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 @@ -1342,7 +1342,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 @@ -1537,7 +1537,7 @@ HOST+PORT will instead use your provided
41  
42  You can remove names from the DNS cache again, to stop providing these fake
43  resolves, by including a string in the linked list that uses the format
44 -"-HOST:PORT". The host name must be prefixed with a dash, and the host name
45 +"\-HOST:PORT". The host name must be prefixed with a dash, and the host name
46  and port number must exactly match what was already added previously.
47  
48  .TP
49 @@ -2078,7 +2078,7 @@ Internal error. A function was called wi
50  Interface error. A specified outgoing interface could not be used.
51  .IP 47
52  Too many redirects. When following redirects, TclCurl hit the maximum amount, set
53 -your limit with --maxredirs
54 +your limit with \-\-maxredirs
55  .IP 48
56  An option passed to TclCurl is not recognized/known. Refer to the appropriate
57  documentation. This is most likely a problem in the program that uses
58 @@ -2187,7 +2187,7 @@ Returns the last received proxy response
59  .TP
60  .B filetime
61  Returns the remote time of the retrieved document (in number of seconds
62 -since 1 jan 1970 in the GMT/UTC time zone). If you get -1,
63 +since 1 jan 1970 in the GMT/UTC time zone). If you get \-1,
64  it can be because of many reasons (unknown, the server hides it or the
65  server doesn't support the command that tells document time etc) and the time
66  of the document is unknown.
67 @@ -2304,7 +2304,7 @@ requests. Note that this may be more tha
68  .TP
69  .B sslverifyresult
70  Returns the result of the certification verification that was requested
71 -(using the -sslverifypeer option to configure).
72 +(using the \-sslverifypeer option to configure).
73  
74  .TP
75  .B sslengines
76 @@ -2316,7 +2316,7 @@ engines may be available at run-time.
77  .B contentlengthdownload
78  Returns the content-length of the download. This is the value read from the
79  .B Content-Length:
80 -field. If the size isn't known, it returns -1.
81 +field. If the size isn't known, it returns \-1.
82  
83  .TP
84  .B contentlengthupload
85 --- a/doc/tclcurl_multi.n
86 +++ b/doc/tclcurl_multi.n
87 @@ -186,7 +186,7 @@ you can use the
88  command, it will return the number of transfers currently active.
89  .sp
90  .B RETURN VALUE
91 -The number of active transfers or '-1' in case of error.
92 +The number of active transfers or '\-1' in case of error.
93  
94  .SH multiHandle getinfo
95  This procedure returns very simple information about the transfers, you