From 27f6c391c8da6efe49b11f73f5258d5cb124590b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 20 May 2021 00:46:53 -0700 Subject: Added errors doc --- bp.1.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bp.1.md') diff --git a/bp.1.md b/bp.1.md index 94b1af0..74fa454 100644 --- a/bp.1.md +++ b/bp.1.md @@ -241,6 +241,13 @@ contain the word **"IGNORE"**) *name***:** *pat* : Define *name* to mean *pat* (pattern definition) +**(!)** *error-pat* +: If *error-pat* matches, **bp** will not print any results in this file and +instead print an error message highlighting the matching position of +*error-pat* in the file and printing the text of *error-pat* as an error +message. Then, **bp** will exit with a failure status and not process any +further files. + **\#** *comment* : A line comment -- cgit v1.2.3