]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typos.
authorAkim Demaille <akim@epita.fr>
Mon, 11 Jun 2001 20:19:07 +0000 (20:19 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 11 Jun 2001 20:19:07 +0000 (20:19 +0000)
TODO
doc/autoconf.texi

diff --git a/TODO b/TODO
index bed277711300fbada65e9da6ecc00d4a28990ed7..80b9de25378dd016dd55240ecd7ff25dbb3c46bf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,7 +15,7 @@ if AC_ARG_PROGRAM is not called?  That would be much more predictable.
 Ian?
 
 ** Document
-AC_ARG_VAR, m4_pattrern_*
+AC_ARG_VAR, m4_pattern_*
 
 ** RedHat's Autoconf page
 should be removed.
index 6245a9a6bbc8e144e726b7e196d3309305978e71..2ec87f9365bf9e97c0198cfa51e38ff544e2df7a 100644 (file)
@@ -5458,16 +5458,18 @@ else
   check this
   check that
   check something else
+  @dots{}
   on and on forever
+  @dots{}
 fi
 @end group
 @end example
 
 A shell parses the whole @code{if}/@code{fi} construct, creating
 temporary files for each here document in it.  Some shells create links
-for such here-documents on every @code{fork ()}, so that the clean-up
-code they had installed correctly removes them.  It is creating the
-links that the shell can take forever.
+for such here-documents on every @code{fork}, so that the clean-up code
+they had installed correctly removes them.  It is creating the links
+that the shell can take forever.
 
 Moving the tests out of the @code{if}/@code{fi}, or creating multiple
 @code{if}/@code{fi} constructs, would improve the performance