CURLOPT_UNRESTRICTED_AUTH.3: added missing 'T'
This commit is contained in:
parent
ba1d831cf1
commit
47311e4c7e
@ -20,14 +20,14 @@
|
|||||||
.\" *
|
.\" *
|
||||||
.\" **************************************************************************
|
.\" **************************************************************************
|
||||||
.\"
|
.\"
|
||||||
.TH CURLOPT_UNRESTRICED_AUTH 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
.TH CURLOPT_UNRESTRICTED_AUTH 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
CURLOPT_UNRESTRICED_AUTH \- send credentials to other hosts too
|
CURLOPT_UNRESTRICTED_AUTH \- send credentials to other hosts too
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.nf
|
.nf
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UNRESTRICED_AUTH,
|
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UNRESTRICTED_AUTH,
|
||||||
long goahead);
|
long goahead);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
A long parameter set to 1 tells libcurl it can continue to send authentication
|
A long parameter set to 1 tells libcurl it can continue to send authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user