diff options
Diffstat (limited to 'doc/grep.texi')
-rw-r--r-- | doc/grep.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grep.texi b/doc/grep.texi index 66ea5394..ee803e01 100644 --- a/doc/grep.texi +++ b/doc/grep.texi @@ -1211,7 +1211,7 @@ g/re/p Email bug reports to @email{bug-gnu-utils@@gnu.org}. Be sure to include the word ``grep'' somewhere in the ``Subject:'' field. -Large repetition counts in the @samp{@{m,n@}} construct may cause +Large repetition counts in the @samp{@{n,m@}} construct may cause @command{grep} to use lots of memory. In addition, certain other obscure regular expressions require exponential time and space, and may cause grep to run out of memory. |