summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-04-14 23:16:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-04-14 23:16:21 +0200
commit6ff4ebbc800ad4a5c3f6f15794a9aca942f2c1b8 (patch)
tree1a47827c30142bb12a37e1b41213b71465aa07bf
parentfa81193bf0a7a2ca407afa64363fe6ac7b77fd31 (diff)
downloadgnurl-6ff4ebbc800ad4a5c3f6f15794a9aca942f2c1b8.tar.gz
gnurl-6ff4ebbc800ad4a5c3f6f15794a9aca942f2c1b8.tar.bz2
gnurl-6ff4ebbc800ad4a5c3f6f15794a9aca942f2c1b8.zip
curl.1: error code update
Error 4 has got a meaning Error 48 has got a slightly different meaning now
-rw-r--r--docs/curl.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 04511fae4..e0bf909a9 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1652,6 +1652,10 @@ Unsupported protocol. This build of curl has no support for this protocol.
Failed to initialize.
.IP 3
URL malformed. The syntax was not correct.
+.IP 4
+A feature or option that was needed to perform the desired request was not
+enabled or was explicitly disabled at build-time. To make curl able to do
+this, you probably need another build of libcurl!
.IP 5
Couldn't resolve proxy. The given proxy host could not be resolved.
.IP 6
@@ -1728,7 +1732,9 @@ Interface error. A specified outgoing interface could not be used.
.IP 47
Too many redirects. When following redirects, curl hit the maximum amount.
.IP 48
-Unknown TELNET option specified.
+Unknown option specified to libcurl. This indicates that you passed a weird
+option to curl that was passed on to libcurl and rejected. Read up in the
+manual!
.IP 49
Malformed telnet option.
.IP 51