diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 94f43aed8..bd63bc018 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -2826,13 +2826,13 @@ int ca_array_put_callback ( chtype TYPE, unsigned long COUNT,

Write a scalar or array value to a process variable.

-

When ca_array_put or ca_put are invoked the client will receive no response +

When ca_put or ca_array_put are invoked the client will receive no response unless the request can not be fulfilled in the server. If unsuccessful an exception handler is run on the client side.

-

When ca_array_put_callback are invoked the user supplied asynchronous call -back is called only after the initiated write operation, and all actions -resulting from the initiating write operation, complete.

+

When ca_put_callback or ca_array_put_callback are invoked the user supplied +asynchronous call back is called only after the initiated write operation, and +all actions resulting from the initiating write operation, complete.

If unsuccessful the call back function is invoked indicating failure status.

@@ -2952,7 +2952,7 @@ int ca_array_get_callback ( chtype TYPE, unsigned long COUNT,

Read a scalar or array value from a process variable.

-

When ca_get or ca_array_get are invoked the returned channel value cant be +

When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost outstanding ca get requests are not automatically reissued following reconnect.