* Get the next token from a DNS master file type stream. This is a
* convenience function that sets appropriate options and handles quoted
* strings and end of line correctly for master files. It also ungets
- * unexpected tokens.
+ * unexpected tokens. If `eol` is set then expect end-of-line otherwise
+ * eol is a error.
*
* Requires:
*\li 'lex' is a valid lexer.
* Get the next token from a DNS master file type stream. This is a
* convenience function that sets appropriate options and handles end
* of line correctly for master files. It also ungets unexpected tokens.
+ * If `eol` is set then expect end-of-line otherwise eol is a error.
*
* Requires:
*\li 'lex' is a valid lexer.