]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Typos and stylos.
authorAkim Demaille <akim@epita.fr>
Thu, 26 Aug 2004 12:40:00 +0000 (12:40 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 26 Aug 2004 12:40:00 +0000 (12:40 +0000)
ChangeLog
doc/autoconf.texi

index 0bce129b01b719612b386746f17812964a5f4d70..59f73a5f041577553ed250e6f85bbb8ca36279dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-26  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi: Typos and stylos.
+
 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac (AC_INIT): Bump to 2.59c.
index 4f72c9d71f07bd88180b56a55e9dba9c3917e3f9..23c94ebf18e87c6aa5349e47558903939ce956ab 100644 (file)
@@ -3942,7 +3942,7 @@ define @code{CLOSEDIR_VOID}.  Otherwise, callers ought to check its
 return value for an error indicator.
 
 Currently this test is implemented by running a test program.  When
-cross compiling the pessimistic assumption that `closedir' does not
+cross compiling the pessimistic assumption that @code{closedir} does not
 return a meaningful value is made.
 @end defmac
 
@@ -11433,7 +11433,7 @@ status of @code{grep} to determine whether it found a match.
 Some traditional @command{grep} implementations do not work on long
 input lines.  Also, many implementations do not support multiple regexps
 with @option{-e}: they either reject @samp{-e} entirely (e.g., Solaris
-9) or honor only the the last pattern (e.g., @acronym{IRIX} 6.5).  To
+9) or honor only the last pattern (e.g., @acronym{IRIX} 6.5).  To
 work around these problems, invoke @code{AC_PROG_GREP} and then use
 @code{$GREP}.