Updated doc

This commit is contained in:
Bruce Hill 2021-05-20 13:05:47 -07:00
parent 8fcf6261bd
commit a0028e9605
2 changed files with 5 additions and 5 deletions

6
bp.1
View File

@ -273,9 +273,9 @@ Define \f[I]name\f[R] to mean \f[I]pat\f[R] (pattern definition)
.TP .TP
\f[B](!)\f[R] \f[I]error-pat\f[R] \f[B](!)\f[R] \f[I]error-pat\f[R]
If \f[I]error-pat\f[R] matches, \f[B]bp\f[R] will not print any results If \f[I]error-pat\f[R] matches, \f[B]bp\f[R] will not print any results
in this file and instead print an error message highlighting the in this file and instead print an error message to \f[B]STDERR\f[R]
matching position of \f[I]error-pat\f[R] in the file and printing the highlighting the matching position of \f[I]error-pat\f[R] in the file
text of \f[I]error-pat\f[R] as an error message. and printing the text of \f[I]error-pat\f[R] as an error message.
Then, \f[B]bp\f[R] will exit with a failure status and not process any Then, \f[B]bp\f[R] will exit with a failure status and not process any
further files. further files.
.TP .TP

View File

@ -243,8 +243,8 @@ contain the word **"IGNORE"**)
**(!)** *error-pat* **(!)** *error-pat*
: If *error-pat* matches, **bp** will not print any results in this file and : If *error-pat* matches, **bp** will not print any results in this file and
instead print an error message highlighting the matching position of instead print an error message to **STDERR** highlighting the matching position
*error-pat* in the file and printing the text of *error-pat* as an error 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 message. Then, **bp** will exit with a failure status and not process any
further files. further files.