From ae495ffcc31fbce83f3505a838f7f8d80362dcc1 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 16 Oct 2013 22:31:51 +0200 Subject: [PATCH] curl.1: add missing exit-code I noted a missing text for exit-code 89 in docs/curl.1 --- docs/curl.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/curl.1 b/docs/curl.1 index c4592feb2..e21e87078 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -2067,6 +2067,8 @@ RTSP: mismatch of Session Identifiers unable to parse FTP file list .IP 88 FTP chunk callback reported error +.IP 89 +No connection available, the session will be queued .IP XX More error codes will appear here in future releases. The existing ones are meant to never change.