diff --git a/reference/errorfunc/functions/restore-error-handler.xml b/reference/errorfunc/functions/restore-error-handler.xml
index 7f0ed241b5..da990f9567 100644
--- a/reference/errorfunc/functions/restore-error-handler.xml
+++ b/reference/errorfunc/functions/restore-error-handler.xml
@@ -1,5 +1,5 @@
-
+
@@ -22,7 +22,7 @@
See also error_reporting,
set_error_handler,
- trigger_error, user_error
+ trigger_error.
diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml
index cd54a2bf6b..2aaf0f21f2 100644
--- a/reference/errorfunc/functions/set-error-handler.xml
+++ b/reference/errorfunc/functions/set-error-handler.xml
@@ -1,5 +1,5 @@
-
+
@@ -200,7 +200,8 @@ Aborting...
See also error_reporting,
restore_error_handler,
- trigger_error, user_error
+ trigger_error, and
+ error level constants.
diff --git a/reference/errorfunc/functions/trigger-error.xml b/reference/errorfunc/functions/trigger-error.xml
index d627a47993..ad659a0647 100644
--- a/reference/errorfunc/functions/trigger-error.xml
+++ b/reference/errorfunc/functions/trigger-error.xml
@@ -1,5 +1,5 @@
-
+
@@ -53,7 +53,7 @@ if (assert ($divisor == 0)) {
See also error_reporting,
set_error_handler,
restore_error_handler, and
- user_error.
+ error level constants.