]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
opts: fixed some typos
authorDan Fandrich <dan@coneharvesters.com>
Wed, 30 Jul 2014 21:36:18 +0000 (23:36 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 30 Jul 2014 21:37:24 +0000 (23:37 +0200)
docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3
docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3
docs/libcurl/opts/CURLOPT_NOBODY.3
docs/libcurl/opts/CURLOPT_PUT.3
docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3
docs/libcurl/opts/CURLOPT_URL.3

index eaf81c9dc69f346e424a14d67ba8c5ac89c45852..bfbea9c23ebb067e6a5e80f1fca02c2132e7b424 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_FTPSSLAUTH 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .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
 #include <curl/curl.h>
 
index b20c22c567b2250f604da66b9045b67c086c2a22..ebfe8dfc867ddb394865d2b9d9779b27ebea1a02 100644 (file)
@@ -57,7 +57,7 @@ The callback MUST return \fICURLIOE_UNKNOWNCMD\fP if the input \fIcmd\fP is
 not \fICURLIOCMD_RESTARTREAD\fP.
 
 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
 instead to provide seeking! If \fICURLOPT_SEEKFUNCTION(3)\fP is set, this
index 9720f45db8fd3b17e5237fc3ca04e668b425ffb5..043f31e0a2ca057bac760cda2303784d8a934e47 100644 (file)
@@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOBODY, long opt);
 .SH DESCRIPTION
 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
-protocols ie means just not asking for transferring the body data.
+protocols it means just not asking to transfer the body data.
 .SH DEFAULT
 0, the body is transferred
 .SH PROTOCOLS
index 134abe95b3a77b5e0ffd7d7d1b0c5a66368b280f..bd40b7f8b99461c3f9f430498a67b32beaec061f 100644 (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
 \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!
 .SH DEFAULT
 0, disabled
index 018b689e987df8db3da00ed7a4fae122836b89be..0eb39c5f314c9d83deb98346553e17fc51fbafc9 100644 (file)
@@ -41,7 +41,7 @@ All
 .SH EXAMPLE
 TODO
 .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
 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
 .SH "SEE ALSO"
index df270a4b35ab624407c15c37c46784ba9216ea75..45e7d7a9958d5cd28755d3bf808e9ad9775faab2 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_SSH_KEYDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .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
 #include <curl/curl.h>
 
index dd508dfac62228d5c99b7955d65cc0d6e90d2b57..96f5659cc81b6d30099fe540d6eb6b0fdc2988cc 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_URL 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_URL \- provide the URL to use in the reqest
+CURLOPT_URL \- provide the URL to use in the request
 .SH SYNOPSIS
 #include <curl/curl.h>