{section: Distribution Branding}
 
-This page denotes a Condor feature which allows Condor to change various
+This page denotes a HTCondor feature which allows HTCondor to change various
 aspects about itself away from the "condor" name. This was primarily created
-as a helper for the "Hawkeye" feature of Condor since it used its own config
-files that sat next to a condor installation.
+as a helper for the "Hawkeye" feature of HTCondor since it used its own config
+files that sat next to a HTCondor installation.
 
 {section: Important Source Files}
 *: {quote: condor_utils/myDistribution.cpp}
@@ -14,7 +14,7 @@
 *: There is a 20 character max for the name of a distribution.
 *: =myDistribution.cpp= is where the default name can be changed.
 *: The branding system looks at argv of all tools and daemons, and can set the brand via a command line argument.
-*: Currently only Hawkeye and Condor are supported.
+*: Currently only Hawkeye and HTCondor are supported.
 
 {section: Effect of the codebase}