diff --git a/docs/html/userhtml29x.png b/docs/html/userhtml29x.png
index 64db17ce..b4efccdb 100644
Binary files a/docs/html/userhtml29x.png and b/docs/html/userhtml29x.png differ
diff --git a/docs/html/userhtmlsu65.html b/docs/html/userhtmlsu65.html
index fe8ce35d..593e3b58 100644
--- a/docs/html/userhtmlsu65.html
+++ b/docs/html/userhtmlsu65.html
@@ -22,7 +22,7 @@ href="userhtmlsu59.html#userhtmlsu68.html" >up]
-call psb_bcast(ctxt, dat, root)
+call psb_bcast(ctxt, dat, root [, mode, request])
This subroutine implements a broadcast operation based on the underlying
@@ -74,8 +74,41 @@ class="newline" />Specified as: an integer value 0 <= root <= np - 1, default 0
-
+class="cmsy-10">- 1, default 0
+
+mode Whether the call is started in non-blocking mode and completed later,
+ or is executed fully.
Scope: global.
Type: optional.
Intent: in.
Specified as: an integer, with the value determined by the bitwise OR of
+ psb_collective_start_, psb_collective_end_. Default: both fields are
+ selected.
+
+
+
+
+request A request variable to check for operation completion.
Scope: local.
Type: optional.
Intent: inout.
If mode does not specifies immediate completion, then this variable must
+ be present.
+
-
On Return
-
-
dat
- On processes other than root, the data to be broadcast.
On all processes other than root, the broadcasted data.
Scope: global.
Type: Intent: inout.
Specified as: an integer, real or complex variable, which may be a scalar,
or a rank 1 or 2 array, or a character or logical scalar. Type, kind, rank
- and size must agree on all processes.
+ and size must agree on all processes.
+
+request A request variable to check for operation completion.
Scope: local.
Type: optional.
Intent: inout.
If mode does not specifies immediate completion, then this variable must
+ be present.
-