diff --git a/src/ca/CAref.html b/src/ca/CAref.html
index f664bc513..604520cd9 100644
--- a/src/ca/CAref.html
+++ b/src/ca/CAref.html
@@ -802,7 +802,7 @@ CA client library as typeless "void *" pointers then care should be taken to
ensure that you have passed the corect C data type corresponding to the
DBR_XXXX type that you have specified. Architecture independent types are
provided in db_access.h to assist programmers in writing portable code. For
-example "dbr_short_t" should be used to send or receive type DBR_SHORT.
+example "dbr_short_t" should be used to send or receive type DBR_SHORT.
Structure of the Channel Access Data Type Space
@@ -1074,7 +1074,7 @@ process exit.
#include <cadef.h>
typedef void ( *pCallBack ) (
struct connection_handler_args );
-int epicsShareAPI ca_create_channel
+int ca_create_channel
(
const char *PROCESS_VARIABLE_NAME,
caCh *USERFUNC,
@@ -1131,6 +1131,10 @@ additional threads are not allowed to join the CA context using
ca_context_attach() because allowing other threads to join implies that CA
callbacks will be called preemptively from more than one thread.
+Example
+
+See caExample.c in the example application created by makeBaseApp.pl.
+
Arguments
PROCESS_VARIABLE_NAME
@@ -1346,6 +1350,10 @@ until one of ca_flush_io, ca_pend_io, ca_pend_event, or ca_sg_pend are
called. This allows several requests to be efficiently sent over the network
in one message.
+Example
+
+See caExample.c in the example application created by makeBaseApp.pl.
+
Arguments
TYPE
@@ -1456,6 +1464,10 @@ least
A better name for this function might have been ca_subscribe.
+Example
+
+See caMonitor.c in the example application created by makeBaseApp.pl.
+
Arguments
TYPE