Commit 59d5b4ce authored by Dan Fandrich's avatar Dan Fandrich
Browse files

opts: fixed some typos

parent 68d1bea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ zlib algorithm, and \fIgzip\fP which requests the gzip algorithm.
If a zero-length string is set like "", then an Accept-Encoding: header
containing all built-in supported encodings is sent.

You can also opt to just include the Accept-Encoding: heder in your request
You can also opt to just include the Accept-Encoding: header in your request
with \fICURLOPT_HTTPHEADER(3)\fP but then there will be no automatic
decompressing when receiving data.

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ For example:

192.168.1.100,192.168.1.101,3.4.5.6
.SH DEFAULT
NULL - use sysem default
NULL - use system default
.SH PROTOCOLS
All
.SH EXAMPLE
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ be assigned to newly created directories on the remote server. The default valu
\fI0755\fP, but any valid value can be used.  The only protocols that can use
this are \fIsftp://\fP, \fIscp://\fP, and \fIfile://\fP.
.SH DEFAULT
0644
0755
.SH PROTOCOLS
SFTP, SCP and FILE
.SH EXAMPLE
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
.\"
.TH CURLOPT_POSTREDIR 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_POSTREDIR \- hwo to act on a HTTP POST redirect
CURLOPT_POSTREDIR \- how to act on a HTTP POST redirect
.SH SYNOPSIS
.nf
#include <curl/curl.h>
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ ADDRESS can of course be either IPv4 or IPv6 style addressing.
This option effectively pre-populates the DNS cache with entries for the
host+port pair so redirects and everything that operations against the
HOST+PORT will instead use your provided ADDRESS. Addresses to set with
\fICURL_RESOLVE\fP will not time-out from the DNS cache like ordindary
\fICURL_RESOLVE\fP will not time-out from the DNS cache like ordinary
entries.

You can remove names from the DNS cache again, to stop providing these fake
Loading