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 01c082a8724de018d5f8876864043df757ea35a8 (commit)
from daaf7ce73d24798fee710ce6e8948505c9905964 (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=01c082a8724de018d5f8876864043df757ea35a8
commit 01c082a8724de018d5f8876864043df757ea35a8
Author: Jim Meyering <[email protected]>
Date: Wed Jan 5 10:31:12 2011 +0100
doc: remove erroneous "{,m}" item from grep man page
* doc/grep.in.1: Remove item describing bogus {,m} regex notation.
Reported by Fernando Basso.
diff --git a/THANKS b/THANKS
index 57b4ea0..8c3d0d9 100644
--- a/THANKS
+++ b/THANKS
@@ -26,6 +26,7 @@ Dmitry V. Levin <[email protected]>
Egmont Koblinger <[email protected]>
Eli Zaretskii <[email protected]>
Eric Blake <[email protected]>
+Fernando Basso <[email protected]>
Florian La Roche <[email protected]>
Franc,ois Pinard <[email protected]>
Gerald Stoller <[email protected]>
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index c981f26..e9b4589 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -746,11 +746,6 @@ The preceding item is matched
.I n
or more times.
.TP
-.BI {, m }
-The preceding item is matched at most
-.I m
-times.
-.TP
.BI { n , m }
The preceding item is matched at least
.I n
-----------------------------------------------------------------------
Summary of changes:
THANKS | 1 +
doc/grep.in.1 | 5 -----
2 files changed, 1 insertions(+), 5 deletions(-)
hooks/post-receive
--
grep