summaryrefslogtreecommitdiff
path: root/doc/tech-notes/tech-notes.txt
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-11-14 09:43:51 -0700
committerEduardo Chappa <chappa@washington.edu>2021-11-14 09:43:51 -0700
commit9efe0684c7cad16264da0e5c90c509d494562ddb (patch)
treefcaa5b8580e1e960012ebfe02ce0109e203f605e /doc/tech-notes/tech-notes.txt
parent216ad987323d8984de2dd9cccdf200a8f801d740 (diff)
downloadalpine-9efe0684c7cad16264da0e5c90c509d494562ddb.tar.xz
* Replace fgre and grep -F and egrep by grep -E as these have been
deprecated. Patch submitted by Ville Skyttä.
Diffstat (limited to 'doc/tech-notes/tech-notes.txt')
-rw-r--r--doc/tech-notes/tech-notes.txt2
1 files changed, 1 insertions, 1 deletions
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 \.