MATLAB: Does the value of MatlabCommandToRun in Distributed Computing Toolbox 3.0 (R2006b) not match the documentation

MATLAB Parallel ServerParallel Computing Toolbox

In several parts of the documentation, especially related to generic schedulers, the MatlabCommandToRun property is shown as having a default value of
'matlab -dmlworker -nodisplay -r distcomp_evaluate_filetask'
However, when I execute
get(sched)
on my system, it shows MatlabCommandToRun is set to:
'worker'

Best Answer

This bug has been fixed in Release 2007b (R2007b). For previous product releases, read below for any possible workarounds:
This is an error within the documentation for Distributed Computing Toolbox 3.0 (R2006b) within the "Using the Generic Scheduler Interface" section. The documentation should read as follows:
MatlabCommandToRun: 'worker'
WORKER is a script introduced in MATLAB Distributed Computing Engine 3.0 (R2006b). An installation of MDCE will have a script called ‘worker’ under MATLABROOT/bin, where MATLABROOT is the MDCE installation directory.