From a0028e96055669ab83dd6ff9e14b0e728a121d7d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 20 May 2021 13:05:47 -0700 Subject: Updated doc --- bp.1 | 6 +++--- bp.1.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bp.1 b/bp.1 index 8094737..11fa723 100644 --- a/bp.1 +++ b/bp.1 @@ -273,9 +273,9 @@ Define \f[I]name\f[R] to mean \f[I]pat\f[R] (pattern definition) .TP \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 -in this file and instead print an error message highlighting the -matching position of \f[I]error-pat\f[R] in the file and printing the -text of \f[I]error-pat\f[R] as an error message. +in this file and instead print an error message to \f[B]STDERR\f[R] +highlighting the matching position of \f[I]error-pat\f[R] in the file +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 further files. .TP diff --git a/bp.1.md b/bp.1.md index 74fa454..31cf26e 100644 --- a/bp.1.md +++ b/bp.1.md @@ -243,8 +243,8 @@ contain the word **"IGNORE"**) **(!)** *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 +instead print an error message to **STDERR** 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. -- cgit v1.2.3