opts: Fixed some typos
This commit is contained in:
parent
057cc2e915
commit
1b6bc02fb9
docs/libcurl/opts
@ -26,7 +26,7 @@ CURLOPT_SASL_IR \- enable sending initial response in first packet
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_IR, long first);
|
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_IR, long enable);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Pass a long. If the value is 1, curl will send the initial response to the
|
Pass a long. If the value is 1, curl will send the initial response to the
|
||||||
server in the first authentication packet in order to reduce the number of
|
server in the first authentication packet in order to reduce the number of
|
||||||
|
@ -26,7 +26,7 @@ CURLOPT_XOAUTH2_BEARER \- specify OAuth 2 access token
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_XOAUTH2_BEARER, char *beer);
|
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_XOAUTH2_BEARER, char *token);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Pass a char * as parameter, which should point to the zero terminated OAuth
|
Pass a char * as parameter, which should point to the zero terminated OAuth
|
||||||
2.0 Bearer Access Token for use with IMAP, POP3 and SMTP servers that support
|
2.0 Bearer Access Token for use with IMAP, POP3 and SMTP servers that support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user