{subsection: Config file setup}
 
-Since it is a regular daemon core daemon, all the config options common to all Condor daemons are applicable.  In addition, the following parameters can be set:
+Since it is a regular daemon core daemon, all the config options common to all HTCondor daemons are applicable.  In addition, the following parameters can be set:
 
    SOAPSHELL_AUTHORIZED_COMMANDS = cmdName,cmdPath,defaultArgs,defaultEnvironment,...
 
@@ -26,7 +26,7 @@
 The above says there are two authorized commands, "date" as before and "ps". If ps is requested, the service will run /bin/ps with -elf command-line args, and no default environment variables.
 
 The syntax for arguments and environment variables is just like it would appear
-in a Condor submit file.
+in a HTCondor submit file.
 
 {subsection: Using condor_soapshell}