mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:13:39 +03:00
parent
298c1dfc7b
commit
9dbce9b3d0
6 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ CURLOPT_PORT \- remote port number to connect to
|
|||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PORT, long number);
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
We discourage using this option since it's scope is not obvious and hard to
|
||||
We discourage using this option since its scope is not obvious and hard to
|
||||
predict. Set the preferred port number in the URL instead.
|
||||
|
||||
This option sets \fInumber\fP to be the remote port number to connect to,
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ enum.
|
|||
The callback MUST return one of the following return codes to tell libcurl how
|
||||
to act:
|
||||
.IP CURLKHMATCH_OK
|
||||
The hostkey is accepted, the connexion should continue.
|
||||
The hostkey is accepted, the connection should continue.
|
||||
.IP CURLKHMATCH_MISMATCH
|
||||
the hostkey is rejected, the connexion is canceled.
|
||||
the hostkey is rejected, the connection is canceled.
|
||||
.SH DEFAULT
|
||||
NULL
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue