* doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
Signed-off-by: Jim Meyering <meyering@redhat.com>
+2008-03-26 Jim Meyering <meyering@redhat.com>
+
+ Fix texinfo syntax error.
+ * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
+
2008-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Warn, not fail on whitespace-only precious variable differences.
expression.
@example
-@kbd {echo abc | busybox sed '/a\(b\)c/ s//\1/'}
+@kbd{echo abc | busybox sed '/a\(b\)c/ s//\1/'}
sed: No previous regexp.
-@kbd {echo abc | busybox sed '/a\(b\)c/ s/a\(b\)c/\1/'}
+@kbd{echo abc | busybox sed '/a\(b\)c/ s/a\(b\)c/\1/'}
b
@end example