{section: How to ban a user from submitting jobs}
 
-Known to work with Condor version: 7.0
+Known to work with HTCondor version: 7.0
 
 Suppose a user is submitting jobs that are causing problems (like crashing machines) and you need to temporarily block the user until you can talk with them and solve the problem.
 
@@ -12,7 +12,7 @@
 DENY_WRITE = dan@hep.wisc.edu/*
 {endcode}
 
-Then run {code}condor_reconfig -full <submit machine name>{endcode}.  You might need to run that from  the central manager if only the central manager is allowed to run administrative commands in your Condor pool.  To verify that this configuration setting was successfully processed, query the schedd:
+Then run {code}condor_reconfig -full <submit machine name>{endcode}.  You might need to run that from  the central manager if only the central manager is allowed to run administrative commands in your HTCondor pool.  To verify that this configuration setting was successfully processed, query the schedd:
 
 {code}
 condor_config_val -schedd DENY_WRITE