diff --git a/reference/mbstring/functions/mb-http-output.xml b/reference/mbstring/functions/mb-http-output.xml
index 7cc4c9b720..fa23fa02e2 100644
--- a/reference/mbstring/functions/mb-http-output.xml
+++ b/reference/mbstring/functions/mb-http-output.xml
@@ -14,7 +14,7 @@
Set/Get the HTTP output character encoding.
- Output after this function is converted to encoding.
+ Output after this function is called will be converted from the set internal encoding to encoding.
diff --git a/reference/mbstring/ini.xml b/reference/mbstring/ini.xml
index caec19a2d7..806f5f78c0 100644
--- a/reference/mbstring/ini.xml
+++ b/reference/mbstring/ini.xml
@@ -147,7 +147,7 @@
- Defines the default HTTP output character encoding.
+ Defines the default HTTP output character encoding (output will be converted from the internal encoding to the HTTP output encoding upon output).