From: Steve Holme Date: Sat, 28 Jun 2014 11:40:06 +0000 (+0100) Subject: opts: Fixed some typos X-Git-Tag: upstream/7.37.1~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b6bc02fb926403f04061721f9159e9887202a96;p=platform%2Fupstream%2Fcurl.git opts: Fixed some typos --- diff --git a/docs/libcurl/opts/CURLOPT_SASL_IR.3 b/docs/libcurl/opts/CURLOPT_SASL_IR.3 index fb64ba3..dbf6b17 100644 --- a/docs/libcurl/opts/CURLOPT_SASL_IR.3 +++ b/docs/libcurl/opts/CURLOPT_SASL_IR.3 @@ -26,7 +26,7 @@ CURLOPT_SASL_IR \- enable sending initial response in first packet .SH SYNOPSIS #include -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 diff --git a/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 b/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 index adc5b32..f975f48 100644 --- a/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 +++ b/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 @@ -26,7 +26,7 @@ CURLOPT_XOAUTH2_BEARER \- specify OAuth 2 access token .SH SYNOPSIS #include -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