Skip to content

Commit

Permalink
curl.1: fix "The the" typo
Browse files Browse the repository at this point in the history
Reported-by: Jon Seymour
  • Loading branch information
bagder committed Mar 4, 2015
1 parent 8aabbf5 commit 6bba85d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/curl.1
Expand Up @@ -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
Expand Down

0 comments on commit 6bba85d

Please sign in to comment.