+2006-10-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
+
2006-10-19 Eric Blake <ebb9@byu.net>
* lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
@prindex @command{mkdir}
@cindex Making directories
No @command{mkdir} option is portable to older systems. Instead of
-@samp{mkdir -p @var{file-name}}, you should use use
+@samp{mkdir -p @var{file-name}}, you should use
@code{AS_MKDIR_P(@var{file-name})} (@pxref{Programming in M4sh})
or @code{AC_PROG_MKDIR_P} (@pxref{Particular Programs}).
@prindex @command{rm}
The @option{-f} and @option{-r} options are portable.
-A file might not be be removed even if its parent directory is writable
+A file might not be removed even if its parent directory is writable
and searchable. Many Posix hosts cannot remove a mount point, a named
stream, a working directory, or a last link to a file that is being
executed.