CMLR-583 — CML parser detected syntax error
The CML parser was reading a string expression and it has expected either the continuation (a concatenation operator '+') or the end (a semicolon character ';'). However, an illegal atom was found. Usually, this error is caused by typing error.
Check the configuration directive format according to the cml(8) manual page or by hint of C3H.
The exact CML path to the configuration node where the error occurs (interactive case) or line and character number (file case) is printed at the beginning of the message (before the colon).