diff --git a/reference/stream/functions/stream-set-blocking.xml b/reference/stream/functions/stream-set-blocking.xml
index fe3e5ecc06..762653245e 100644
--- a/reference/stream/functions/stream-set-blocking.xml
+++ b/reference/stream/functions/stream-set-blocking.xml
@@ -1,5 +1,5 @@
-
+
@@ -23,6 +23,9 @@
while in blocking mode it will wait for data to become available
on the stream.
+
+ &return.success;
+
This function was previously called as
set_socket_blocking and later
@@ -37,7 +40,7 @@
See also
- stream_select
+ stream_select.
diff --git a/reference/stream/functions/stream-set-timeout.xml b/reference/stream/functions/stream-set-timeout.xml
index 6a8fd6f9ce..b3d037b9a9 100644
--- a/reference/stream/functions/stream-set-timeout.xml
+++ b/reference/stream/functions/stream-set-timeout.xml
@@ -1,5 +1,5 @@
-
+
@@ -17,9 +17,9 @@
Sets the timeout value on stream,
expressed in the sum of seconds and
- microseconds.
+ microseconds. &return.success;
- stream_set_timeout Example
+ stream_set_timeout example