diff --git a/reference/curl/functions/curl-strerror.xml b/reference/curl/functions/curl-strerror.xml index 122e0c2ba6..42fbaa372b 100644 --- a/reference/curl/functions/curl-strerror.xml +++ b/reference/curl/functions/curl-strerror.xml @@ -4,7 +4,7 @@ curl_strerror - Return string describing error code + Return string describing the given error code @@ -14,11 +14,9 @@ interrornum - + Returns a text error message describing the given error code. - &warn.undocumented.func; - @@ -28,7 +26,7 @@ errornum - One of CURLE_* constants. + One of the cURL error codes constants. @@ -42,6 +40,53 @@ + + &reftitle.examples; + + + <function>curl_errno</function> example + + +]]> + + &example.outputs; + + + + + + + + + &reftitle.seealso; + + + curl_errno + curl_error + Curl error codes + + + +