-We added preliminary IPv6 support to Condor 7.7.5.  As of 7.7.5, this functionality is experimental and is disabled by default.  You can enable the support if you would like to try it out.
+We added preliminary IPv6 support to HTCondor 7.7.5.  As of 7.7.5, this functionality is experimental and is disabled by default.  You can enable the support if you would like to try it out.
 
 IPv6 support is available in 7.7.4, but has a severe bug where the condor_starter will likely crash when attempting to connect to another computer over IPv6.
 
 {section: Limitations}
 
-Later versions of Condor should remove all of these limitations.
+Later versions of HTCondor should remove all of these limitations.
 
-*: ENABLE_IPV6 must be specifed in your global Condor configuration file, not in one of you local configuration files (the ones specified with LOCAL_CONFIG_FILE or LOCAL_CONFIG_DIR). #3277
+*: ENABLE_IPV6 must be specifed in your global HTCondor configuration file, not in one of you local configuration files (the ones specified with LOCAL_CONFIG_FILE or LOCAL_CONFIG_DIR). #3277
 *: Microsoft Windows is not supported.
 *: Mixed IPv4/IPv6 pools are not supported.
 *: Security policies cannot use IP addresses, only hostnames.  (If you use NO_DNS=TRUE, the "hostnames" are reformatted IP addresses, and you can match against those.)