{section: How to insert custom ClassAd attributes into a job}
 
-Known to work with Condor version: 7.0
+Known to work with HTCondor version: 7.0
 
-In the following examples, an attribute named _Group_ is added with the value "Physics".  You can use whatever attribute name you want, but avoid attribute names that conflict with attributes used by Condor.  See the manual or run {code}condor_q -long{endcode} on a job to see what attributes are there.
+In the following examples, an attribute named _Group_ is added with the value "Physics".  You can use whatever attribute name you want, but avoid attribute names that conflict with attributes used by HTCondor.  See the manual or run {code}condor_q -long{endcode} on a job to see what attributes are there.
 
 {subsection: How to insert custom ClassAd attributes into a job via the submit file:}
 
@@ -26,14 +26,14 @@
 export _CONDOR_GROUP='"Physics"'
 {endcode}
 
-Then add it in the condor configuration file:
+Then add it in the HTCondor configuration file:
 {code}
 SUBMIT_EXPRS = $(SUBMIT_EXPRS) Group
 {endcode}
 
 {subsection: How to insert {quote: ClassAd} attributes into a job from the machine ad:}
 
-Suppose the name of the attribute in the machine ad is X.  Then put the following in the condor configuration (on the submit node).
+Suppose the name of the attribute in the machine ad is X.  Then put the following in the HTCondor configuration (on the submit node).
 
 {code}
 MachineX = "$$([X])"