]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 20 Oct 2006 16:25:30 +0000 (16:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 20 Oct 2006 16:25:30 +0000 (16:25 +0000)
ChangeLog
doc/autoconf.texi

index d98788978b88c694e919039f0f0c8aeb42c95426..4614d9c53c6f026fc9e948174dabf20fa3e054a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 1553fdb12269a59636a83db1f06fe4f938db5fbf..bb0fa3aa5452f1b8a6c1f5d6b939d699dad37363 100644 (file)
@@ -13490,7 +13490,7 @@ was equivalent to @samp{sources='*.c not found'} in the absence of
 @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}).
 
@@ -13613,7 +13613,7 @@ This problem no longer exists in Mac OS X 10.4.3.
 @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.