From: Pavel Roskin Date: Fri, 10 Nov 2000 17:14:14 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Usual Tools): Don't use X-Git-Tag: autoconf-2.50~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a0e79b344722d5cdc216f6b505136dcbd36462;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Usual Tools): Don't use uncommon abbreviations. --- diff --git a/ChangeLog b/ChangeLog index 49867ea01..4c76f0cbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-10 Pavel Roskin + + * doc/autoconf.texi (Limitations of Usual Tools): Don't use + uncommon abbreviations. + 2000-11-10 Akim Demaille * doc/autoconf.texi (Limitations of Builtins): Some information diff --git a/doc/autoconf.texi b/doc/autoconf.texi index c3f445e6e..a3a5bc012 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5842,7 +5842,8 @@ sed @var{instruction-1};@var{instruction-2} @end example Contrary to yet another urban legend, you may portably use @samp{&} in -the rhs to mean ``what was matched''. +the replacement part of the @code{s} command to mean ``what was +matched''. @command{sed} scripts should not use branch labels longer than 8 characters and should not contain comments.