This error exists in the documentation for both 2.1.9 and 2.2.0 draft.
In section 15, the cp command should not include the uwt parameter. It is redundant with flag bit 1.
More seriously, if the uwt parameter is included, it can cause the cp command to be ignored if its value is the same as the existing setting for the program. When it is ignored for this reason, the cp command still returns result=1, so you have no way of knowing that it was ignored.
I spent a few hours troubleshooting this until I discovered the problem.