diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 584f74e..0c6ebe8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2007-08-20 Jim Blandy <jimb@codesourcery.com> + * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. + (title page): Include the dedication in the printed manual, as a + separate page after the copyright notice. + * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: don't break a @var across a line. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b0e057a..a74d10e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -104,6 +104,10 @@ and with the Back-Cover Texts as in (a) below. freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.'' +@page +This edition of the GDB manual is dedicated to the memory of Fred +Fish. Fred was a long-standing contributor to GDB and to Free +software in general. We will miss him. @end titlepage @page @@ -119,6 +123,10 @@ This is the @value{EDITION} Edition, for @value{GDBN} Version Copyright (C) 1988-2006 Free Software Foundation, Inc. +This edition of the GDB manual is dedicated to the memory of Fred +Fish. Fred was a long-standing contributor to GDB and to Free +software in general. We will miss him. + @menu * Summary:: Summary of @value{GDBN} * Sample Session:: A sample @value{GDBN} session |