diff --git a/reference/outcontrol/functions/ob-end-clean.xml b/reference/outcontrol/functions/ob-end-clean.xml
index 0a19868cea..a033fd7c20 100644
--- a/reference/outcontrol/functions/ob-end-clean.xml
+++ b/reference/outcontrol/functions/ob-end-clean.xml
@@ -1,5 +1,5 @@
-
+
@@ -22,7 +22,7 @@
ob_end_clean as the buffer contents are
discarded when ob_end_flush is called.
The function returns &true; when it successfully
- discarded one buffer and &false; otherwide. Reasons for failure are first
+ discarded one buffer and &false; otherwise. Reasons for failure are first
that you called the function without an active buffer or that for some
reason a buffer could not be deleted (possible for special buffer).
@@ -39,21 +39,19 @@ while (@ob_end_clean());
+
+
+ If the function fails it generates an E_NOTICE.
+
+
+ The boolean return value was added in PHP 4.2.0.
+
+
-
-
- If the function fails it generates an E_NOTICE.
-
-
- The boolean return value was added in PHP 4.2.0.
-
-
- See also ob_start,
- ob_get_contents,
- ob_flush and
- ob_end_clean.
-
-
+ See also ob_start,
+ ob_get_contents,
+ ob_flush and
+ ob_end_clean.
diff --git a/reference/outcontrol/functions/ob-end-flush.xml b/reference/outcontrol/functions/ob-end-flush.xml
index efd6d32c9f..d913a03385 100644
--- a/reference/outcontrol/functions/ob-end-flush.xml
+++ b/reference/outcontrol/functions/ob-end-flush.xml
@@ -1,5 +1,5 @@
-
+
@@ -40,21 +40,19 @@ while (@ob_end_flush());
+
+
+ If the function fails it generates an E_NOTICE.
+
+
+ The boolean return value was added in PHP 4.2.0.
+
+
-
-
- If the function fails it generates an E_NOTICE.
-
-
- The boolean return value was added in PHP 4.2.0.
-
-
- See also ob_start,
- ob_get_contents,
- ob_flush and
- ob_end_clean.
-
-
+ See also ob_start,
+ ob_get_contents,
+ ob_flush and
+ ob_end_clean.