summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-28 12:40:06 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-06-28 12:40:06 +0100
commit1b6bc02fb926403f04061721f9159e9887202a96 (patch)
treee996cfbd0b90a752d3706751d28b21e0d378ed5c
parent057cc2e9156f5eac95f320cccf0fcb1d552f87d4 (diff)
downloadgnurl-1b6bc02fb926403f04061721f9159e9887202a96.tar.gz
gnurl-1b6bc02fb926403f04061721f9159e9887202a96.tar.bz2
gnurl-1b6bc02fb926403f04061721f9159e9887202a96.zip
opts: Fixed some typos
-rw-r--r--docs/libcurl/opts/CURLOPT_SASL_IR.32
-rw-r--r--docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.32
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SASL_IR.3 b/docs/libcurl/opts/CURLOPT_SASL_IR.3
index fb64ba33a..dbf6b170d 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 <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
diff --git a/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 b/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3
index adc5b3269..f975f481d 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 <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