diff --git a/reference/curl/functions/curl-reset.xml b/reference/curl/functions/curl-reset.xml
index b5c1459f93..0bbfea8dd6 100644
--- a/reference/curl/functions/curl-reset.xml
+++ b/reference/curl/functions/curl-reset.xml
@@ -14,11 +14,9 @@
resourcech
-
+ This function re-initializes all options set on the given cURL handle to the default values.
- &warn.undocumented.func;
-
@@ -35,6 +33,54 @@
+
+ &reftitle.examples;
+
+
+ curl_reset example
+
+
+]]>
+
+
+
+
+
+
+ &reftitle.notes;
+
+
+ curl_reset also resets the URL given as the curl_init parameter.
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ curl_setopt
+
+
+
+