From: Stepan Kasal Date: Thu, 30 Jun 2005 12:55:46 +0000 (+0000) Subject: minor rewording X-Git-Tag: AUTOCONF-2.59c~310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ee05f5044e520ccf3dacfec2e2990c3c370f782;p=thirdparty%2Fautoconf.git minor rewording --- diff --git a/ChangeLog b/ChangeLog index 975a59c65..ed2e034a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-06-30 Stepan Kasal * doc/autoconf.texi (Generic Functions): Mention the Gnulib project. + (Limitations of Usual Tools) : Another minor rephrasing. 2005-06-30 Alexandre Duret-Lutz @@ -25,7 +26,7 @@ 2005-06-28 Derek Price - * doc/autoconf.texi (Limitations of Usual Tools ): Reword recent + * doc/autoconf.texi (Limitations of Usual Tools) : Reword recent addition. 2005-06-23 Paul Eggert diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d927e8a49..4ce9bf065 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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})