On 3/16/17 11:12 AM, kalle wrote: > in the manual there is the header "matcher selection" for selecting the > type of regular expression. Since a "matcher" is something that matches, > the matching criteria/matching sheme/matching method shouldn't be called > like this.
Thanks for reporting this. I installed the attached patch, which renames the section to "Pattern Syntax". > furthermore, in the german version it should be "bug-grep@" rather than > "bug-greps@". Please report this problem to whoever maintains the German version; it's not us as we do only the English version. The German version's source should say who to report to. Thanks.
>From a11d05295da07ec6f427e80dd634cf675791c083 Mon Sep 17 00:00:00 2001 From: Paul Eggert <egg...@cs.ucla.edu> Date: Sun, 29 Dec 2019 10:54:28 -0800 Subject: [PATCH] doc: improve subsection title (Bug#26132) * doc/grep.in.1: Rename "Matcher Selection" to "Pattern Syntax". --- doc/grep.in.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/grep.in.1 b/doc/grep.in.1 index f52cc87..a382966 100644 --- a/doc/grep.in.1 +++ b/doc/grep.in.1 @@ -206,7 +206,7 @@ Output a usage message and exit. Output the version number of .B grep and exit. -.SS "Matcher Selection" +.SS "Pattern Syntax" .TP .BR \-E ", " \-\^\-extended\-regexp Interpret -- 2.17.1