opts: fixed a couple of typos
This commit is contained in:
parent
ce656065ba
commit
479675f23e
@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOBODY, long opt);
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
A long parameter set to 1 tells libcurl to not include the body-part in the
|
A long parameter set to 1 tells libcurl to not include the body-part in the
|
||||||
output. For HTTP(S), this makes libcurl do a HEAD request. For most other
|
output. For HTTP(S), this makes libcurl do a HEAD request. For most other
|
||||||
protocols ie means just not asking for transfering the body data.
|
protocols ie means just not asking for transferring the body data.
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
0, the body is transferred
|
0, the body is transferred
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.TH CURLOPT_SSLCERTTYPE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
.TH CURLOPT_SSLCERTTYPE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
CURLOPT_SSLCERTTYPE \- specify type of the client SSL certficate
|
CURLOPT_SSLCERTTYPE \- specify type of the client SSL certificate
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user