summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2013-08-07 14:29:06 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2013-08-07 14:29:06 +0100
commit95e37667f914855bc945a53e37deed80662c8d68 (patch)
tree1e7a5715b1152082e71618e541768469e03dcd89
parent0e72820377fff08bf6ebec4e2b6b789b2feca22e (diff)
downloadclasspath-95e37667f914855bc945a53e37deed80662c8d68.tar.gz
Fix bad use of gccoptlist in cp-tools.texinfo.
2013-08-07 Andrew John Hughes <gnu_andrew@member.fsf.org> * doc/cp-tools.texinfo: Fix bad use of gccoptlist. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
-rw-r--r--ChangeLog5
-rw-r--r--doc/cp-tools.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d663a622c..27ce6ca92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * doc/cp-tools.texinfo:
+ Fix bad use of gccoptlist.
+
2013-07-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Mention PR57070.
diff --git a/doc/cp-tools.texinfo b/doc/cp-tools.texinfo
index ec186dee7..0c01cb575 100644
--- a/doc/cp-tools.texinfo
+++ b/doc/cp-tools.texinfo
@@ -2025,7 +2025,7 @@ Doclet, grouped by type. Explanations are in the following sections.
@item Virtual Machine Options
@xref{Virtual Machine Options,,Options Controlling Gjdoc Behavior}.
-@gccoptlist{-classpath} @gccoptlist{-bootclasspath} @gccoptlist{-J}@var{vmopt}
+@gccoptlist{-classpath -bootclasspath -J@var{vmopt}}
@end table