From aa2273c7d3d9058867945193185a412c2be38278 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 16 Jun 2004 15:39:34 +0000 Subject: [PATCH] removed use of EPICS_CA_ADDRESS_LIST --- src/ca/CAref.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index f6391602f..1b470e8da 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -416,7 +416,7 @@ Channel Access port numbers have been registered with IANA.

If a client needs to communicate with two servers that are residing at different port numbers then an extended syntax may be used with the -EPICS_CA_ADDRESS_LIST environment variable. See WAN +EPICS_CA_ADDR_LIST environment variable. See WAN Environment below.

WAN Environment

@@ -475,8 +475,8 @@ broadcast addresses, but this will often be the most convenient choice.

If a client needs to communicate with two servers that are residing at different port numbers then an extended syntax may be used with the -EPICS_CA_ADDRESS_LIST environment variable. Each host name or IP address in -the EPICS_CA_ADDR_LIST may be immediately followed by a colon and an IP port +EPICS_CA_ADDR_LIST environment variable. Each host name or IP address in the +EPICS_CA_ADDR_LIST may be immediately followed by a colon and an IP port number without intervening whitespace. Entries that do not specify a port number will default to EPICS_CA_SERVER_PORT.

@@ -811,11 +811,11 @@ base>/include/os/<arch>" in its header file search path.

Required Libraries

-

An application that uses the CA client library functions described in this -document will need to link with the EPICS CA Client Library and also the -EPICS Common Library. The EPICS CA Client Library calls the EPICS Common -Library. The following table shows the names of these libraries on UNIX and -Windows systems.

+

An application that uses the Channel Access Client Library functions +described in this document will need to link with the EPICS CA Client Library +and also the EPICS Common Library. The EPICS CA Client Library calls the +EPICS Common Library. The following table shows the names of these libraries +on UNIX and Windows systems.