From 73fcc3e45434a34a3989248bfa86f6201411fbce Mon Sep 17 00:00:00 2001 From: EmbeddedMan Date: Sun, 26 May 2024 11:52:20 -0500 Subject: [PATCH] Minor clarifications made to ebb.html docs in Returned Errors section. --- docs/ebb.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/ebb.html b/docs/ebb.html index f151084..32e857e 100644 --- a/docs/ebb.html +++ b/docs/ebb.html @@ -3004,28 +3004,30 @@ what causes the error. Once the first error is detected while parsing a command, the parsing is aborted, the command is aborted, the error is printed, and then the proper line ending is printed, taking into account Future vs. Legacy mode.

-

When an error is found, the line ending after printing out the error will either be \n when in Future Syntax Mode, or will be OK\r\n when in Legacy Syntax Mode. When in Legacy Syntax Mode, the OK\r\n used when there is an error overrides whatever other line ending there may be for the current command.

+

+ Not every possible syntax error will result in the correct error code being reported.

+