diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-17 10:46:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-17 10:46:50 +0000 |
commit | 848b245c9e6efea6a75efee2fe2dbc6bb7b942bd (patch) | |
tree | 11ae35206376bcaa747a3f48a7f29156f815b186 /gdb/doc | |
parent | 95cabb78fb0536fd2fab4d3ced4ed6092de95e8c (diff) | |
download | gdb-848b245c9e6efea6a75efee2fe2dbc6bb7b942bd.tar.gz |
* 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/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a5696ea6ed0..9da3c766a69 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 5d12824c62c..03a3fa06409 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -46,7 +46,7 @@ regarded as a program in the language TeX). @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.9 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.10 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -2909,7 +2909,7 @@ all. Don't put debugging printfs in the code. -@node Porting @value{GDBN} +@node Porting GDB @chapter Porting @value{GDBN} |