From a4fb8b02e03a9370eb41a4bab0fc1c32391f60c7 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 3 May 2010 09:27:07 +0200 Subject: fix typo in the manual 2010-05-03 Timothy Baker (tiny change) * doc/sed.texi (Regular expressions): Fix typo. --- ChangeLog | 4 ++++ THANKS | 1 + doc/sed.texi | 2 +- gnulib | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a20210d..e2c2832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-30 Timothy Baker (tiny change) + + * doc/sed.texi (Regular expressions): Fix typo. + 2010-08-17 Paolo Bonzini Fix imprecision in the documentation of `D'. diff --git a/THANKS b/THANKS index 39644bd..159bfce 100644 --- a/THANKS +++ b/THANKS @@ -45,6 +45,7 @@ Stephen Davis Steve Ingram Tapani Tarvainen Timothy J Luoma +Timothy Baker Tom R.Hageman Ulrich Drepper Vladimir Volovich diff --git a/doc/sed.texi b/doc/sed.texi index db7e94b..4fd261a 100644 --- a/doc/sed.texi +++ b/doc/sed.texi @@ -847,7 +847,7 @@ string), while the second matches only strings containing at least one character. @item ^main.*(.*) -his matches a string starting with @samp{main}, +This matches a string starting with @samp{main}, followed by an opening and closing parenthesis. The @samp{n}, @samp{(} and @samp{)} need not be adjacent. diff --git a/gnulib b/gnulib index afc6cbe..0a05120 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit afc6cbe4fe4892c5ee4166cab87fede6f294a27d +Subproject commit 0a051206787d83314ac69cf4c8857c0e880feaed -- cgit v1.2.1