]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
minor rewording
authorStepan Kasal <kasal@ucw.cz>
Thu, 30 Jun 2005 12:55:46 +0000 (12:55 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 30 Jun 2005 12:55:46 +0000 (12:55 +0000)
ChangeLog
doc/autoconf.texi

index 975a59c658ced8b082d8cc19d22a12855e29ea55..ed2e034a8b4ed1e7caa48c8fb86289ff29e8bae8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
 
        * doc/autoconf.texi (Generic Functions): Mention the Gnulib project.
+       (Limitations of Usual Tools) <sed>: Another minor rephrasing.
 
 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
 
@@ -25,7 +26,7 @@
 
 2005-06-28  Derek Price  <derek@ximbiot.com>
 
-       * doc/autoconf.texi (Limitations of Usual Tools <sed>): Reword recent
+       * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
        addition.
 
 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
index d927e8a49c095816350034b2907502ec70141f8d..4ce9bf0655f57b074d4bec419d31272884d01efa 100644 (file)
@@ -12282,9 +12282,9 @@ $ @kbd{echo "foo" | sed -n '/bar/ !p'}
 foo
 @end example
 
-Also note that Posix requires that the arguments of the @samp{b}, @samp{t},
-@samp{r}, and @samp{w} commands be separated by exactly one space from their
-command.  On the other hand, no white space is allowed between @samp{:} and the
+Also note that Posix requires that the @samp{b}, @samp{t}, @samp{r}, and
+@samp{w} commands be followed by exactly one space before their argument.
+On the other hand, no white space is allowed between @samp{:} and the
 subsequent label name.
 
 @item @command{sed} (@samp{t})