Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #274286

Category ggrep
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Tue 07 Jul 2026 20:29:53
Repository git://git.savannah.gnu.org/grep.git
Project ggrep
Branch master
Revision 4ea4b0ab24eedccbb104cf07a3b1f070b5749ef8

Comments

doc: omit regex duplication from man page
Inspired by a bug report by Borden (bug#81341).
* doc/grep.in.1: Do not attempt to document BREs and EREs in
detail, as that’s the job of regexp(7), just as documenting PCREs
is the job of pcre2pattern(3).  Just document GNU extensions.
This helps avoid duplication in the manual that complicates the
reader’s job and increases maintenance effort.  Come to think of
it, pcre2pattern(3) is the only PCRE man page we need to cite, so
do that too.

Changed files