From 45b271de27ca3a31e63ed182aebfe2b5f07d6874 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 14 Nov 2021 09:43:51 -0700 Subject: * Replace fgrep and grep -F and egrep by grep -E as these have been deprecated. Patch submitted by Ville Skyttä. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/tech-notes/config.html | 2 +- doc/tech-notes/tech-notes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tech-notes/config.html b/doc/tech-notes/config.html index 6a6cabc5..d448cdac 100644 --- a/doc/tech-notes/config.html +++ b/doc/tech-notes/config.html @@ -312,7 +312,7 @@ is somewhat related to this option.

In addition to a list of actual addresses, -you may use regular expressions (as used with egrep with the ignore case flag) +you may use regular expressions (as used with grep -E with the ignore case flag) to describe the addresses you want to match. Alpine will somewhat arbitrarily interpret your entry as a regular expression if it contains any of the characters diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index 58dc15fd..e4b39924 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -1451,7 +1451,7 @@ General Configuration Variables The feature copy-to-address-to-from-if-it-is-us is somewhat related to this option. In addition to a list of actual addresses, you may use regular - expressions (as used with egrep with the ignore case flag) to + expressions (as used with grep -E with the ignore case flag) to describe the addresses you want to match. _Alpine_ will somewhat arbitrarily interpret your entry as a regular expression if it contains any of the characters *, |, +, ?, {, [, ^, $, or \. -- cgit v1.2.3-70-g09d2