From e65253f8b9a8ea34587c99bbf38e7855ac8f13e6 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Fri, 5 Nov 2010 15:57:34 -0400
Subject: [PATCH] ca: Minor fix in CA Reference Manual
---
src/ca/CAref.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ca/CAref.html b/src/ca/CAref.html
index c26af5000..6fc7dd629 100644
--- a/src/ca/CAref.html
+++ b/src/ca/CAref.html
@@ -458,7 +458,7 @@ Environment below.
beacons and replies to broadcast PV search requests you need to permit
inbound UDP packets with source port EPICS_CA_SERVER_PORT (default is 5064)
or destination port EPICS_CA_REPEATER_PORT (default is 5065). On systems
-using iptables this can be accomplished by a rule like
+using iptables this can be accomplished by rules like
-A INPUT -s 192.168.0.0/22 -p udp --sport 5064 -j ACCEPT