aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-08 13:57:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-08 13:57:38 +0000
commit9d311ff2c09e8bcf46b9a1ab126f079b088c1ef6 (patch)
treea62822200881c75e5dea566561aefb8e7c8dd962 /docs/libcurl/libcurl-errors.3
parent108434b95ca1bd648e4600af9aaf75272eee5397 (diff)
mention error 64
Diffstat (limited to 'docs/libcurl/libcurl-errors.3')
-rw-r--r--docs/libcurl/libcurl-errors.34
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index 9ca61752f..850198f0c 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" $Id$
.\"
-.TH libcurl-errors 3 "18 Oct 2003" "libcurl 7.10.8" "libcurl errors"
+.TH libcurl-errors 3 "8 Mar 2004" "libcurl 7.11.0" "libcurl errors"
.SH NAME
libcurl-errors \- error codes in libcurl
.SH DESCRIPTION
@@ -182,6 +182,8 @@ Unrecognized transfer encoding
Invalid LDAP URL
.IP "CURLE_FILESIZE_EXCEEDED (63)"
Maximum file size exceeded
+.IP "CURLE_FTP_SSL_FAILED (64)"
+Requested FTP SSL level failed
.SH "CURLMcode"
This is the generic return code used by functions in the libcurl multi
interface.