aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-21 21:35:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-21 21:35:00 +0000
commit8b5f0abef1afda34709b5a3c7cf91155a23c1e27 (patch)
tree677ff01dd723a0d1b3074368dafe138f276181ab
parent10b5327b19735a81878bc0b4aa181ee35eeaa543 (diff)
more about error codes
-rw-r--r--docs/FAQ5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 1eb44c341..e80d63406 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -636,7 +636,10 @@ FAQ
4.6 Can you tell me what error code 142 means?
- All error codes that are larger than the highest documented error code means
+ All curl error codes are described at the end of the man page, in the
+ section called "EXIT CODES".
+
+ Error codes that are larger than the highest documented error code means
that curl has exited due to a crash. This is a serious error, and we
appreciate a detailed bug report from you that describes how we could go
ahead and repeat this!