]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools <sed>): Reword recent
authorDerek Price <derek@ximbiot.com>
Tue, 28 Jun 2005 13:08:29 +0000 (13:08 +0000)
committerDerek Price <derek@ximbiot.com>
Tue, 28 Jun 2005 13:08:29 +0000 (13:08 +0000)
addition.

ChangeLog
doc/autoconf.texi

index 44e35ae9a3eeb0da827642b0cd13863e368be9e9..2cc4e693d9d896bc110b009c5943f9b8302ff000 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-28  Derek Price  <derek@ximbiot.com>
+
+       * doc/autoconf.texi (Limitations of Usual Tools <sed>): Reword recent
+       addition.
+
 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
@@ -10,7 +15,7 @@
 
 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-        * doc/autoconf.texi (Subdirectories): Fix markup typos.
+       * doc/autoconf.texi (Subdirectories): Fix markup typos.
 
 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
 
index 278f6ccf64966a74c8eadcb41770bcf8c01b772e..f2980175670866f079ff5aec837b7ff89fd2279c 100644 (file)
@@ -12250,10 +12250,10 @@ $ @kbd{echo "foo" | sed -n '/bar/ !p'}
 foo
 @end example
 
-Also note that Posix requires that the arguments of commands @samp{b},
-@samp{t}, @samp{r}, @samp{w} have to be separated by exactly one space.
-On the other hand, no white space is allowed between @samp{:} and the
-following label name.
+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
+subsequent label name.
 
 @item @command{sed} (@samp{t})
 @c ---------------------------