From dc8c14e78280985370866861d79573d09516c504 Mon Sep 17 00:00:00 2001 From: MonkeybreadSoftware Date: Thu, 20 Jul 2023 13:45:14 +0200 Subject: [PATCH] libcurl-errors.3: add CURLUE_OK Closes #11488 --- docs/libcurl/libcurl-errors.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 452942b842..41743b961f 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -354,6 +354,8 @@ that particular feature enabled. (Added in 7.23.0) .SH "CURLUcode" The URL interface will return a \fICURLUcode\fP to indicate when an error has occurred. Also consider \fIcurl_url_strerror(3)\fP. +.IP "CURLUE_OK (0)" +All fine. Proceed as usual. .IP "CURLUE_BAD_HANDLE (1)" An invalid URL handle was passed as argument. .IP "CURLUE_BAD_PARTPOINTER (2)"