diff --git a/reference/ibm_db2/functions/db2-free-result.xml b/reference/ibm_db2/functions/db2-free-result.xml
index 4258132001..90faeb44cb 100644
--- a/reference/ibm_db2/functions/db2-free-result.xml
+++ b/reference/ibm_db2/functions/db2-free-result.xml
@@ -1,5 +1,5 @@
-
+
@@ -12,60 +12,41 @@
&reftitle.description;
booldb2_free_result
-
+ resourcestmt
- &warn.undocumented.func;
+ &warn.experimental.func;
+
+ Frees the system and database resources that are associated with a result
+ set. These resources are freed implicitly when a script finishes, but you
+ can call db2_free_result to explicitly free the result
+ set resources before the end of the script.
+
&reftitle.parameters;
+
+
+ stmt
+
+
+ A valid statement resource.
+
+
+
+
+
&reftitle.returnvalues;
- What the function returns, first on success, then on failure. See
- also the &return.success; entity
+ &return.success;
-
-
-
-
-
-
-
-
-
diff --git a/reference/ibm_db2/functions/db2-free-stmt.xml b/reference/ibm_db2/functions/db2-free-stmt.xml
index 6a0a4d68ae..2d8d8fddc1 100644
--- a/reference/ibm_db2/functions/db2-free-stmt.xml
+++ b/reference/ibm_db2/functions/db2-free-stmt.xml
@@ -1,5 +1,5 @@
-
+
@@ -15,7 +15,14 @@
resourcestmt
- &warn.undocumented.func;
+ &warn.experimental.func;
+
+
+ Frees the system and database resources that are associated with a statement
+ resource. These resources are freed implicitly when a script finishes, but
+ you can call db2_free_result to explicitly free the
+ statement resources before the end of the script.
+
@@ -24,58 +31,22 @@
stmt
-
-
- Its description
-
-
-
+
+
+ A valid statement resource.
+
+
+
&reftitle.returnvalues;
- What the function returns, first on success, then on failure. See
- also the &return.success; entity
+ &return.success;
-
-
-
-
-
-
-
-