grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.6-8-g181f164


From: Jim Meyering
Subject: grep branch, master, updated. v3.6-8-g181f164
Date: Tue, 29 Dec 2020 22:41:48 -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  181f1647f7250d3a7c104bf1d7ce4a3fafa19e3b (commit)
      from  5326b0898022635d90f81aa63100acd7eaab75d1 (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=181f1647f7250d3a7c104bf1d7ce4a3fafa19e3b


commit 181f1647f7250d3a7c104bf1d7ce4a3fafa19e3b
Author: Marek Suppa <mr@shu.io>
Date:   Tue Nov 10 15:48:55 2020 +0100

    doc: fix missing right curly brace
    
    * doc/grep.texi (Basic vs Extended Regular Expressions): Mention that
    the right curly brace (}) meta-character must be backslash-escaped.
    It had been omitted from the list.

diff --git a/doc/grep.texi b/doc/grep.texi
index fce36cd..35cd381 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1530,9 +1530,9 @@ back-references are local to each expression.
 @section Basic vs Extended Regular Expressions
 @cindex basic regular expressions
 
-In basic regular expressions the meta-characters @samp{?}, @samp{+},
-@samp{@{}, @samp{|}, @samp{(}, and @samp{)} lose their special meaning;
-instead use the backslashed versions @samp{\?}, @samp{\+}, @samp{\@{},
+In basic regular expressions the meta-characters @samp{?}, @samp{+}, @samp{@{},
+@samp{@}}, @samp{|}, @samp{(}, and @samp{)} lose their special meaning; instead
+use the backslashed versions @samp{\?}, @samp{\+}, @samp{\@{}, @samp{\@}},
 @samp{\|}, @samp{\(}, and @samp{\)}.
 
 @cindex interval specifications

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

Summary of changes:
 doc/grep.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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