aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-03-04 07:29:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-04 07:29:06 +0100
commit6bba85d500a22946fd44eb6b56fe33f3be77dfd1 (patch)
tree1a4573e90776695b2a797f69a6aa8d4bc69029d5 /docs/curl.1
parent8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43 (diff)
curl.1: fix "The the" typo
Reported-by: Jon Seymour
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 710283f3a..ff1ff5748 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1914,10 +1914,10 @@ alter the way curl behaves. So for example if you want to make a proper HEAD
request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP
option.
-The the method string you set with -X will be used for all requests, which if
-you for example use \fB-L, --location\fP may cause unintended side-effects
-when curl doesn't change request method according to the HTTP 30x response
-codes - and similar.
+The method string you set with -X will be used for all requests, which if you
+for example use \fB-L, --location\fP may cause unintended side-effects when
+curl doesn't change request method according to the HTTP 30x response codes -
+and similar.
(FTP)
Specifies a custom FTP command to use instead of LIST when doing file lists