]> granicus.if.org Git - curl/commitdiff
opts: Fixed some typos
authorSteve Holme <steve_holme@hotmail.com>
Sat, 28 Jun 2014 11:40:06 +0000 (12:40 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 28 Jun 2014 11:40:06 +0000 (12:40 +0100)
docs/libcurl/opts/CURLOPT_SASL_IR.3
docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3

index fb64ba33a85e0f553f68df8deca947f634c3bffc..dbf6b170da6d6368a8de5be9a38bbdd3be9d9eec 100644 (file)
@@ -26,7 +26,7 @@ CURLOPT_SASL_IR \- enable sending initial response in first packet
 .SH SYNOPSIS
 #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
 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
index adc5b32697b5b401e2bdcbd320516140bfb0bc6e..f975f481dd585fbd268af2fe79f2f004d3ac99bb 100644 (file)
@@ -26,7 +26,7 @@ CURLOPT_XOAUTH2_BEARER \- specify OAuth 2 access token
 .SH SYNOPSIS
 #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
 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