# configure the startd to run BOINC backfill jobs
 STARTD_JOB_HOOK_KEYWORD = BOINC
 BOINC_HOOK_FETCH_WORK = $(BOINC_HOME)/fetch_work_boinc
-RANK = $(RANK) – (Owner =?= "backfill")
+RANK = $(RANK) - (Owner =?= "backfill")
 {endcode}
 
 The above example starts up BOINC after 20 minutes of the slot being unclaimed. (You will see an entry in the startd logs each time the startd calls out to the fetch-work script. The note says that the job requirements were not met whenever the above requirements expression is not true.)