opts: fixed some typos

This commit is contained in:
Dan Fandrich 2014-07-30 23:36:18 +02:00
parent 2c1db913f7
commit 524bb823c9
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
.\" .\"
.TH CURLOPT_FTPSSLAUTH 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" .TH CURLOPT_FTPSSLAUTH 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME .SH NAME
CURLOPT_FTPSSLAUTH \- set order to attemp TSL vs SSL when using FTP CURLOPT_FTPSSLAUTH \- set order in which to attempt TLS vs SSL when using FTP
.SH SYNOPSIS .SH SYNOPSIS
#include <curl/curl.h> #include <curl/curl.h>

View File

@ -57,7 +57,7 @@ The callback MUST return \fICURLIOE_UNKNOWNCMD\fP if the input \fIcmd\fP is
not \fICURLIOCMD_RESTARTREAD\fP. not \fICURLIOCMD_RESTARTREAD\fP.
The \fIclientp\fP argument to the callback is set with the The \fIclientp\fP argument to the callback is set with the
\fUICURLOPT_IOCTLDATA(3)\fP option. \fICURLOPT_IOCTLDATA(3)\fP option.
This option is deprecated! Do not use it. Use \fICURLOPT_SEEKFUNCTION(3)\fP This option is deprecated! Do not use it. Use \fICURLOPT_SEEKFUNCTION(3)\fP
instead to provide seeking! If \fICURLOPT_SEEKFUNCTION(3)\fP is set, this instead to provide seeking! If \fICURLOPT_SEEKFUNCTION(3)\fP is set, this

View File

@ -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 transferring the body data. protocols it means just not asking to transfer the body data.
.SH DEFAULT .SH DEFAULT
0, the body is transferred 0, the body is transferred
.SH PROTOCOLS .SH PROTOCOLS

View File

@ -32,7 +32,7 @@ A parameter set to 1 tells the library to use HTTP PUT to transfer data. The
data should be set with \fICURLOPT_READDATA(3)\fP and data should be set with \fICURLOPT_READDATA(3)\fP and
\fICURLOPT_INFILESIZE(3)\fP. \fICURLOPT_INFILESIZE(3)\fP.
This option is \dBdeprecated\fP since version 7.12.1. Use This option is \fBdeprecated\fP since version 7.12.1. Use
\fICURLOPT_UPLOAD(3)\fP! \fICURLOPT_UPLOAD(3)\fP!
.SH DEFAULT .SH DEFAULT
0, disabled 0, disabled

View File

@ -41,7 +41,7 @@ All
.SH EXAMPLE .SH EXAMPLE
TODO TODO
.SH AVAILABILITY .SH AVAILABILITY
Added in 7.19.4, before then it would follow all protcols. Added in 7.19.4, before then it would follow all protocols.
.SH RETURN VALUE .SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO" .SH "SEE ALSO"

View File

@ -22,7 +22,7 @@
.\" .\"
.TH CURLOPT_SSH_KEYDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" .TH CURLOPT_SSH_KEYDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME .SH NAME
CURLOPT_SSH_KEYDATA \- pointer to apss to the SSH key callback CURLOPT_SSH_KEYDATA \- pointer to pass to the SSH key callback
.SH SYNOPSIS .SH SYNOPSIS
#include <curl/curl.h> #include <curl/curl.h>

View File

@ -22,7 +22,7 @@
.\" .\"
.TH CURLOPT_URL 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" .TH CURLOPT_URL 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME .SH NAME
CURLOPT_URL \- provide the URL to use in the reqest CURLOPT_URL \- provide the URL to use in the request
.SH SYNOPSIS .SH SYNOPSIS
#include <curl/curl.h> #include <curl/curl.h>