summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-08-27 11:48:57 -0600
committerEric Blake <ebb9@byu.net>2008-08-27 11:48:57 -0600
commit279e3c2077bfc53546d1c1b526ab454e04cac239 (patch)
tree05e5db239f9161c75bb7a7cfb42ff96e2f2a9b98
parentc70fbd65dd345fa4c96b9ca631d70424c644cbc7 (diff)
downloadm4-279e3c2077bfc53546d1c1b526ab454e04cac239.tar.gz
Tweak -d examples.
* doc/m4.texinfo (Invoking m4): Fix example, since order of -d matters. (Dumpdef): Fix typo. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog7
-rw-r--r--doc/m4.texinfo4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe67363..03557dd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-27 Eric Blake <ebb9@byu.net>
+
+ Tweak -d examples.
+ * doc/m4.texinfo (Invoking m4): Fix example, since order of -d
+ matters.
+ (Dumpdef): Fix typo.
+
2008-08-23 Eric Blake <ebb9@byu.net>
Allow debugmode control over whether defn(undef) warns.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 54ecf8f3..a04cbe7e 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -576,7 +576,7 @@ with mandatory arguments may be provided either as a single command line
argument or as two arguments, and options with optional arguments must
be provided as a single argument. In other words,
@kbd{m4 -QPDfoo -d a -d+f} is equivalent to
-@kbd{m4 -Q -P -D foo -d -d+f -- ./a}, although the latter form is
+@kbd{m4 -Q -P -D foo -d ./a -d+f}, although the latter form is
considered canonical.
With long options, options with mandatory arguments may be provided with
@@ -3890,7 +3890,7 @@ f(popdef(`f')dumpdef(`f'))
@result{}f1
debugmode(`-d')
@result{}
-dumpdef(`-f')
+dumpdef(`f')
@result{}
@end example