aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-02-04 23:40:57 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-02-04 23:40:57 +0000
commit42d2353e741e386fb09bea29f4f0f2778db8a69d (patch)
treefde5bcbf29c340306a5403a55772c531ef4b0f58 /docs/curl.1
parent4b441ebac57432a9ab9fd33313c4ee8fac6aaf26 (diff)
Fixed a typo (spotted in the FreeBSD ports).
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6eef693b1..72cff8229 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -882,7 +882,7 @@ a redirection. This option is meaningful only when using \fI-L/--location\fP
Tells curl to respect RFC 2616/10.3.2 and not convert POST requests into GET
requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
in web browsers, so curl does the conversion by default to maintain
-consistency. However, a server may requires a POST to remain a POST after such
+consistency. However, a server may require a POST to remain a POST after such
a redirection. This option is meaningful only when using \fI-L/--location\fP
(Added in 7.19.1)
.IP "--proxy-anyauth"