Applying patch man-hyphen-as-minus from Sven Hoexter
This commit is contained in:
parent
da26efead0
commit
14e3a946b9
@ -397,7 +397,7 @@ HTTP proxies.
|
|||||||
.B -proxyport
|
.B -proxyport
|
||||||
Use this option to set the proxy port to use unless it is specified in
|
Use this option to set the proxy port to use unless it is specified in
|
||||||
the proxy string by \fB-proxy\fP. If not specified, TclCurl will default
|
the proxy string by \fB-proxy\fP. If not specified, TclCurl will default
|
||||||
-to using port 1080 for proxies.
|
to using port 1080 for proxies.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B -proxytype
|
.B -proxytype
|
||||||
@ -460,7 +460,7 @@ too low might cause unnecessary connection setup failures.
|
|||||||
.TP
|
.TP
|
||||||
.B -dnscachetimeout
|
.B -dnscachetimeout
|
||||||
Pass the timeout in seconds. Name resolves will be kept in memory for this number
|
Pass the timeout in seconds. Name resolves will be kept in memory for this number
|
||||||
of seconds. Set to '0' to completely disable caching, or '-1' to make the
|
of seconds. Set to '0' to completely disable caching, or '\-1' to make the
|
||||||
cached entries remain forever. By default, TclCurl caches this info for 60 seconds.
|
cached entries remain forever. By default, TclCurl caches this info for 60 seconds.
|
||||||
|
|
||||||
The name resolve functions of various libc implementations don't re-read name
|
The name resolve functions of various libc implementations don't re-read name
|
||||||
@ -761,7 +761,7 @@ is meaningful only when setting \fB-followlocation\fP.
|
|||||||
Sets the redirection limit. If that many redirections have been followed,
|
Sets the redirection limit. If that many redirections have been followed,
|
||||||
the next redirect will cause an error. This option only makes sense if the
|
the next redirect will cause an error. This option only makes sense if the
|
||||||
\fB-followlocation\fP option is used at the same time. Setting the limit
|
\fB-followlocation\fP option is used at the same time. Setting the limit
|
||||||
to 0 will make libcurl refuse any redirect. Set it to -1 for an infinite
|
to 0 will make libcurl refuse any redirect. Set it to \-1 for an infinite
|
||||||
number of redirects (which is the default)
|
number of redirects (which is the default)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -1341,7 +1341,7 @@ Pass the offset in number of bytes that you want the transfer to start from.
|
|||||||
Set this option to 0 to make the transfer start from the beginning
|
Set this option to 0 to make the transfer start from the beginning
|
||||||
(effectively disabling resume).
|
(effectively disabling resume).
|
||||||
|
|
||||||
For FTP, set this option to -1 to make the transfer start from the end of the
|
For FTP, set this option to \-1 to make the transfer start from the end of the
|
||||||
target file (useful to continue an interrupted upload).
|
target file (useful to continue an interrupted upload).
|
||||||
|
|
||||||
When doing uploads with FTP, the resume position is where in the local/source
|
When doing uploads with FTP, the resume position is where in the local/source
|
||||||
@ -1536,7 +1536,7 @@ HOST+PORT will instead use your provided ADDRESS.
|
|||||||
|
|
||||||
You can remove names from the DNS cache again, to stop providing these fake
|
You can remove names from the DNS cache again, to stop providing these fake
|
||||||
resolves, by including a string in the linked list that uses the format
|
resolves, by including a string in the linked list that uses the format
|
||||||
"-HOST:PORT". The host name must be prefixed with a dash, and the host name
|
"\-HOST:PORT". The host name must be prefixed with a dash, and the host name
|
||||||
and port number must exactly match what was already added previously.
|
and port number must exactly match what was already added previously.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@ -2077,7 +2077,7 @@ Internal error. A function was called with a bad parameter.
|
|||||||
Interface error. A specified outgoing interface could not be used.
|
Interface error. A specified outgoing interface could not be used.
|
||||||
.IP 47
|
.IP 47
|
||||||
Too many redirects. When following redirects, TclCurl hit the maximum amount, set
|
Too many redirects. When following redirects, TclCurl hit the maximum amount, set
|
||||||
your limit with --maxredirs
|
your limit with \-\-maxredirs
|
||||||
.IP 48
|
.IP 48
|
||||||
An option passed to TclCurl is not recognized/known. Refer to the appropriate
|
An option passed to TclCurl is not recognized/known. Refer to the appropriate
|
||||||
documentation. This is most likely a problem in the program that uses
|
documentation. This is most likely a problem in the program that uses
|
||||||
@ -2186,7 +2186,7 @@ Returns the last received proxy response code to a CONNECT request.
|
|||||||
.TP
|
.TP
|
||||||
.B filetime
|
.B filetime
|
||||||
Returns the remote time of the retrieved document (in number of seconds
|
Returns the remote time of the retrieved document (in number of seconds
|
||||||
since 1 jan 1970 in the GMT/UTC time zone). If you get -1,
|
since 1 jan 1970 in the GMT/UTC time zone). If you get \-1,
|
||||||
it can be because of many reasons (unknown, the server hides it or the
|
it can be because of many reasons (unknown, the server hides it or the
|
||||||
server doesn't support the command that tells document time etc) and the time
|
server doesn't support the command that tells document time etc) and the time
|
||||||
of the document is unknown.
|
of the document is unknown.
|
||||||
@ -2303,7 +2303,7 @@ requests. Note that this may be more than one request if followLocation is true.
|
|||||||
.TP
|
.TP
|
||||||
.B sslverifyresult
|
.B sslverifyresult
|
||||||
Returns the result of the certification verification that was requested
|
Returns the result of the certification verification that was requested
|
||||||
(using the -sslverifypeer option to configure).
|
(using the \-sslverifypeer option to configure).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B sslengines
|
.B sslengines
|
||||||
@ -2315,7 +2315,7 @@ engines may be available at run-time.
|
|||||||
.B contentlengthdownload
|
.B contentlengthdownload
|
||||||
Returns the content-length of the download. This is the value read from the
|
Returns the content-length of the download. This is the value read from the
|
||||||
.B Content-Length:
|
.B Content-Length:
|
||||||
field. If the size isn't known, it returns -1.
|
field. If the size isn't known, it returns \-1.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B contentlengthupload
|
.B contentlengthupload
|
||||||
|
@ -186,7 +186,7 @@ you can use the
|
|||||||
command, it will return the number of transfers currently active.
|
command, it will return the number of transfers currently active.
|
||||||
.sp
|
.sp
|
||||||
.B RETURN VALUE
|
.B RETURN VALUE
|
||||||
The number of active transfers or '-1' in case of error.
|
The number of active transfers or '\-1' in case of error.
|
||||||
|
|
||||||
.SH multiHandle getinfo
|
.SH multiHandle getinfo
|
||||||
This procedure returns very simple information about the transfers, you
|
This procedure returns very simple information about the transfers, you
|
||||||
|
Loading…
x
Reference in New Issue
Block a user