STARTD_ATTRS = $(STARTD_ATTRS) IsAppInstallerMachine
 {endcode}
 
-With this configuration, user "appinstaller" jobs will only run on the correct machine(s).  If <em>only</em> jobs from "appinstaller" are to run on the specific machine, then the administrator also modifies the configuration such that this machine only starts jobs from the desired owner:
+With this configuration, user "appinstaller" jobs will only run on the correct machine(s).  If only jobs from "appinstaller" are to run on the specific machine, then the administrator also modifies the configuration such that this machine only starts jobs from the desired owner:
 
 {code}
 START = ($(START)) && TARGET.Owner == "appinstaller"