parent
ca6bafce95
commit
ede2e812c2
1
.github/scripts/verify-examples.pl
vendored
1
.github/scripts/verify-examples.pl
vendored
@ -90,4 +90,3 @@ for my $m (@files) {
|
||||
}
|
||||
}
|
||||
exit $error;
|
||||
|
||||
|
||||
1
.github/scripts/verify-synopsis.pl
vendored
1
.github/scripts/verify-synopsis.pl
vendored
@ -78,4 +78,3 @@ for my $m (@files) {
|
||||
$error |= testcompile($m);
|
||||
}
|
||||
exit $error;
|
||||
|
||||
|
||||
@ -81,4 +81,3 @@ CURLE_OK or a CURL error code upon failure.
|
||||
.SH "SEE ALSO"
|
||||
.BR curl_mime_addpart (3),
|
||||
.BR curl_mime_name (3)
|
||||
|
||||
|
||||
@ -68,4 +68,3 @@ CURLM_OK is returned.
|
||||
.BR curl_multi_get_handles (3),
|
||||
.BR curl_easy_init (3),
|
||||
.BR curl_multi_init (3)
|
||||
|
||||
|
||||
@ -60,4 +60,3 @@ other curl functions.
|
||||
.BR curl_multi_get_handles (3),
|
||||
.BR curl_global_init (3),
|
||||
.BR curl_easy_init (3)
|
||||
|
||||
|
||||
@ -68,4 +68,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR curl_easy_setopt (3),
|
||||
.BR CURLINFO_SIZE_DOWNLOAD_T (3),
|
||||
.BR CURLINFO_SIZE_UPLOAD (3)
|
||||
|
||||
|
||||
@ -68,4 +68,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR curl_easy_setopt (3),
|
||||
.BR CURLINFO_SIZE_UPLOAD_T (3),
|
||||
.BR CURLINFO_SPEED_UPLOAD_T (3)
|
||||
|
||||
|
||||
@ -79,4 +79,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR CURLOPT_MAXFILESIZE (3),
|
||||
.BR CURLOPT_UPLOAD_BUFFERSIZE (3),
|
||||
.BR CURLOPT_WRITEFUNCTION (3)
|
||||
|
||||
|
||||
@ -131,4 +131,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR CURLOPT_CLOSESOCKETFUNCTION (3),
|
||||
.BR CURLOPT_OPENSOCKETFUNCTION (3),
|
||||
.BR CURLOPT_SOCKOPTFUNCTION (3)
|
||||
|
||||
|
||||
@ -75,5 +75,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR CURLOPT_STDERR (3),
|
||||
.BR CURLOPT_DEBUGFUNCTION (3),
|
||||
.BR CURLOPT_URL (3)
|
||||
|
||||
|
||||
|
||||
@ -119,4 +119,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.BR CURLOPT_PROXY_CAPATH (3),
|
||||
.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
|
||||
.BR CURLOPT_PROXY_SSL_VERIFYPEER (3)
|
||||
|
||||
|
||||
@ -77,4 +77,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.BR CURLOPT_SSLCERT (3),
|
||||
.BR CURLOPT_SSLKEY (3),
|
||||
.BR CURLOPT_SSLKEYTYPE (3)
|
||||
|
||||
|
||||
@ -78,4 +78,3 @@ Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
|
||||
.BR CURLOPT_SSL_CIPHER_LIST (3),
|
||||
.BR CURLOPT_SSLVERSION (3),
|
||||
.BR CURLOPT_TLS13_CIPHERS (3)
|
||||
|
||||
|
||||
@ -63,5 +63,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_SOCKS5_GSSAPI_SERVICE (3),
|
||||
.BR CURLOPT_PROXY (3)
|
||||
|
||||
|
||||
|
||||
@ -61,4 +61,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR CURLOPT_SSL_OPTIONS (3),
|
||||
.BR CURLOPT_SSL_CIPHER_LIST (3),
|
||||
.BR CURLOPT_TLS13_CIPHERS (3)
|
||||
|
||||
|
||||
@ -65,4 +65,3 @@ Returns CURLE_OK
|
||||
.BR CURLOPT_VERBOSE (3),
|
||||
.BR CURLOPT_NOPROGRESS (3),
|
||||
.BR CURLOPT_DEBUGFUNCTION (3)
|
||||
|
||||
|
||||
@ -80,4 +80,3 @@ Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.BR CURLOPT_HTTP_VERSION (3),
|
||||
.BR CURLOPT_STREAM_DEPENDS (3),
|
||||
.BR CURLOPT_STREAM_WEIGHT (3)
|
||||
|
||||
|
||||
@ -63,4 +63,3 @@ Added in 7.19.4
|
||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_MAXFILESIZE (3)
|
||||
|
||||
|
||||
@ -107,4 +107,3 @@ Returns CURLE_OK.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_TRAILERDATA (3),
|
||||
.BR CURLOPT_WRITEFUNCTION (3)
|
||||
|
||||
|
||||
@ -65,4 +65,3 @@ Along with FTP
|
||||
Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_CRLF (3)
|
||||
|
||||
|
||||
@ -66,4 +66,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.BR CURLOPT_HTTPHEADER (3),
|
||||
.BR CURLOPT_REFERER (3),
|
||||
.BR CURLOPT_REQUEST_TARGET (3)
|
||||
|
||||
|
||||
@ -67,4 +67,3 @@ CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_MAIL_AUTH (3),
|
||||
.BR CURLOPT_USERNAME (3)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user