summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-07-22 07:03:47 -0600
committerEric Blake <eblake@redhat.com>2011-07-22 07:04:21 -0600
commit4d2efc4563e660f548f6db529181a9f2e4735339 (patch)
treea04482926f380efede0cc5ff1a836cbe530084a1
parent5285ea8c1a1bfeba329cdea728ba39f3fd553105 (diff)
downloadautoconf-4d2efc4563e660f548f6db529181a9f2e4735339.tar.gz
docs: fix minor doc problems
* doc/autoconf.texi (Why Not Imake): Fix grammar. (autoreconf Invocation): Fix short option for --version. * THANKS: Update. Reported by Christophe Jarry and Russ Allbery. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--ChangeLog8
-rw-r--r--THANKS1
-rw-r--r--doc/autoconf.texi4
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88cb50cb..e2253508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-22 Eric Blake <eblake@redhat.com>
+
+ docs: fix minor doc problems
+ * doc/autoconf.texi (Why Not Imake): Fix grammar.
+ (autoreconf Invocation): Fix short option for --version.
+ * THANKS: Update.
+ Reported by Christophe Jarry and Russ Allbery.
+
2011-07-12 Benoit Sigoure <tsunanet@gmail.com> (tiny change)
docs: fix typo in AC_PATH_PROG
diff --git a/THANKS b/THANKS
index 5c2775b1..51188aad 100644
--- a/THANKS
+++ b/THANKS
@@ -82,6 +82,7 @@ Christian Cornelssen ccorn@cs.tu-berlin.de
Christian Krackowizer ckrackowiz@std.schuler-ag.com
Christian Krone krischan@sql.de
Christian Rössel christian.roessel@gmx.de
+Christophe Jarry christophe.jarry@ouvaton.org
Christopher Hulbert cchgroupmail@gmail.com
Christopher Lee chrislee@ri.cmu.edu
Clinton Roy clinton.roy@gmail.com
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 7c40ca33..46720afc 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1716,7 +1716,7 @@ Print a summary of the command line options and exit.
Print the version number of Autoconf and exit.
@item --verbose
-@itemx -V
+@itemx -v
Print the name of each directory @command{autoreconf} examines and the
commands it runs. If given two or more times, pass @option{--verbose}
to subordinate tools that support it.
@@ -25324,7 +25324,7 @@ restrictions.
Here is some further explanation, written by Per Bothner:
@quotation
-One of the advantages of Imake is that it easy to generate large
+One of the advantages of Imake is that it is easy to generate large
makefiles using the @samp{#include} and macro mechanisms of @command{cpp}.
However, @code{cpp} is not programmable: it has limited conditional
facilities, and no looping. And @code{cpp} cannot inspect its