{section: How to disable preemption}
 
-There is a good section in the Condor Manual describing this topic {link: http://www.cs.wisc.edu/condor/manual/v7.0/3_5Startd_Policy.html#SECTION00459500000000000000 here}.  Also see {wiki: HowToSuspendJobs How to suspend jobs instead of killing them}.
+There is a good section in the HTCondor Manual describing this topic {link: http://www.cs.wisc.edu/condor/manual/v7.0/3_5Startd_Policy.html#SECTION00459500000000000000 here}.  Also see {wiki: HowToSuspendJobs How to suspend jobs instead of killing them}.
 
 Here is an example drawn from real life that is slightly more complicated than what is in the manual section on preemption policy.
 
@@ -9,7 +9,7 @@
                        ( (OSG_VO =?= "uscms") * 3600*24  + \
                          (User == "osg_cmsprod@hep.wisc.edu") * 3600*24*3 )
 
-# In case of graceful restart when condor is being upgraded, wait for as
+# In case of graceful restart when HTCondor is being upgraded, wait for as
 # long as the largest possible value of MaxJobRetirementTime before switching
 # to a fast restart (which results in hard-kill signals).
 # 3600 * 24 * 4