In the condor_config file on your central manager, include the following:
 
 {code}
-#define sub collectors (in this case, we want 3)
+# Define sub collectors (in this case, we want 3)
+# This will result in a condor_collector with sock names
+# of collectorchild1, collectorchild2, collectorchild3.
 use Experimental:CollectorNode(child1)
 use Experimental:CollectorNode(child2)
 use Experimental:CollectorNode(child3)