grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.7-47-gf31ae6d


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-47-gf31ae6d
Date: Sun, 2 Jan 2022 14:15:53 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  f31ae6d46de9770586c8ebf55afa39aef3a20c73 (commit)
      from  f9290127f38ae0c6131f4493e06be18653f7f83f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f31ae6d46de9770586c8ebf55afa39aef3a20c73


commit f31ae6d46de9770586c8ebf55afa39aef3a20c73
Author: Ondřej Fiala <temp.xanomes@volny.cz>
Date:   Sun Jan 2 07:58:49 2022 +0100

    bug#52958: [PATCH] doc: fix man page syntax errors
    
    * doc/grep.in.1: Fix syntax errors.
    Introduced by commit v3.6-5-g91ce9cd.
    Copyright-paperwork-exempt: Yes

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index ed53a8f..372b892 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -214,7 +214,9 @@ as basic regular expressions (BREs, see below).
 This is the default.
 .TP
 .BR \-P ", " \-\^\-perl\-regexp
-Interpret I<PATTERNS> as Perl-compatible regular expressions (PCREs).
+Interpret
+.I PATTERNS
+as Perl-compatible regular expressions (PCREs).
 This option is experimental when combined with the
 .B \-z
 .RB ( \-\^\-null\-data )
@@ -690,7 +692,9 @@ options match, a file is included unless the first such 
option is
 .BR \-r ", " \-\^\-recursive
 Read all files under each directory, recursively,
 following symbolic links only if they are on the command line.
-Note that if no file operand is given, B<grep> searches the working directory.
+Note that if no file operand is given,
+.B grep
+searches the working directory.
 This is equivalent to the
 .B "\-d recurse"
 option.
@@ -756,8 +760,11 @@ In other implementations, basic regular expressions are 
less powerful.
 The following description applies to extended regular expressions;
 differences for basic regular expressions are summarized afterwards.
 Perl-compatible regular expressions give additional functionality, and are
-documented in B<pcre2syntax>(3) and B<pcre2pattern>(3), but work only if
-PCRE support is enabled.
+documented in
+.BR pcre2syntax (3)
+and
+.BR pcre2pattern (3),
+but work only if PCRE support is enabled.
 .PP
 The fundamental building blocks are the regular expressions
 that match a single character.

-----------------------------------------------------------------------

Summary of changes:
 doc/grep.in.1 | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]