aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-04-17 10:46:50 +0000
committerEli Zaretskii <eliz@gnu.org>2000-04-17 10:46:50 +0000
commit8487521e34bad491f01e3100a4d467a19f752732 (patch)
treeb2d2d66241b07185ffd86cba8b00848dfe67f41c /gdb/doc
parent00e4a2e45550844a9d584f9fd3a8ee9e2ce23133 (diff)
downloadgdb-8487521e34bad491f01e3100a4d467a19f752732.zip
gdb-8487521e34bad491f01e3100a4d467a19f752732.tar.gz
gdb-8487521e34bad491f01e3100a4d467a19f752732.tar.bz2
* gdb.texinfo (Porting GDB): Don't use @value in the node name, it
prevents the build (and is generally a Bad Idea).
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index a5696ea..9da3c76 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
+ prevents the build (and is generally a Bad Idea).
+
2000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
* gdb.texinfo (Protocol): Prevent makeinfo from complaining about
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 6764ffc..bb0a061 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2909,7 +2909,7 @@ all.
Don't put debugging printfs in the code.
-@node Porting @value{GDBN}
+@node Porting GDB
@chapter Porting @value{GDBN}