summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-02 16:02:08 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-02 16:02:25 +0100
commitf3ca1dd57e0af84b7046913ee59365f0d339d1fd (patch)
treefc72d87911d753123aeb0274f41af7067416c212 /share
parent6dd8756fedc8e85120d7c205ece387b5d49019ad (diff)
Use pcre2grep(1) instead of pcregrep(1)
PCRE are EOL. Long live PCRE2. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share')
-rw-r--r--share/doc/grepc/INSTALL2
-rw-r--r--share/man/man1/grepc.12
2 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/grepc/INSTALL b/share/doc/grepc/INSTALL
index 0572d9d..66fa25d 100644
--- a/share/doc/grepc/INSTALL
+++ b/share/doc/grepc/INSTALL
@@ -4,7 +4,7 @@ Dependencies:
Debian:
- $ sudo apt-get install pcregrep
+ $ sudo apt-get install pcre2grep
Also, it makes use of some GNU extensions to grep(1).
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index 2f7e3b1..453b85d 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -192,7 +192,7 @@ Alejandro Colomar
.ME .
.SH SEE ALSO
.MR git-ls-files 1 ,
-.MR pcregrep 1 ,
+.MR pcre2grep 1 ,
.MR pcresyntax 3 ,
.MR pcrepattern 3
.PP