summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-02-26 20:12:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-02-26 20:12:23 +0100
commitee840859246022ab5f9e4107aac04a08ea2391ae (patch)
treee11394faf181d80ae1486c244118d85f944a8cfc
parent1b27fcfcf7424bbb866f6398b0c6070f82b6f73d (diff)
downloadcurl-ee840859246022ab5f9e4107aac04a08ea2391ae.tar.gz
docs/MANUAL: formfind.pl is not accessible on the site anymore
Fixes #2342
-rw-r--r--docs/MANUAL3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index 0e3db0ffb..5df37e44a 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -298,8 +298,7 @@ POST (HTTP)
How to post a form with curl, lesson #1:
- Dig out all the <input> tags in the form that you want to fill in. (There's
- a perl program called formfind.pl on the curl site that helps with this).
+ Dig out all the <input> tags in the form that you want to fill in.
If there's a "normal" post, you use -d to post. -d takes a full "post
string", which is in the format