summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-12-30 00:58:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-12-30 00:58:20 -0800
commit71635837d14c842ceb8a0c096b52656936ac4965 (patch)
tree4fa3e7d3d8be65386fc629c785af57feff47dcfd
parentbc5ac38040eb49c751e39700651f2b98cd866228 (diff)
downloadgrep-71635837d14c842ceb8a0c096b52656936ac4965.tar.gz
doc: fix bug# typo
-rw-r--r--doc/grep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index 8866ec4f..13b8df01 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1989,7 +1989,7 @@ expression implementations have back-reference bugs that can cause
programs to return incorrect answers or even crash, and fixing these
bugs has often been low-priority---for example, as of 2019 the GNU C
library bug database contained back-reference bugs 52, 10844, 11053,
-and 23522, with little sign of forthcoming fixes. Luckily,
+and 25322, with little sign of forthcoming fixes. Luckily,
back-references are rarely useful and it should be little trouble to
avoid them in practical applications.