From: Derek Price Date: Tue, 28 Jun 2005 13:08:29 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Usual Tools ): Reword recent X-Git-Tag: AUTOCONF-2.59c~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a6a415531f84c73b8844c596d70b4dc4eceeed;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Usual Tools ): Reword recent addition. --- diff --git a/ChangeLog b/ChangeLog index 44e35ae9a..2cc4e693d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-28 Derek Price + + * doc/autoconf.texi (Limitations of Usual Tools ): Reword recent + addition. + 2005-06-23 Paul Eggert * NEWS: Don't worry about spaces in bindir etc. Only srcdir and working @@ -10,7 +15,7 @@ 2005-06-23 Ralf Wildenhues - * doc/autoconf.texi (Subdirectories): Fix markup typos. + * doc/autoconf.texi (Subdirectories): Fix markup typos. 2005-06-23 Paul Eggert diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 278f6ccf6..f29801756 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 ---------------------------