diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-08-21 15:09:59 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-08-21 15:09:59 +0000 |
commit | 3fb6a9822af9da1f8fe35e3e75a1de8434853475 (patch) | |
tree | b04e45b84c14069fc048bf3f986a7c6689234cfa /gdb/doc | |
parent | 2f3bf80a30d2c892f60087a246e8b4b4b33498d2 (diff) | |
download | gdb-3fb6a9822af9da1f8fe35e3e75a1de8434853475.zip gdb-3fb6a9822af9da1f8fe35e3e75a1de8434853475.tar.gz gdb-3fb6a9822af9da1f8fe35e3e75a1de8434853475.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/doc')
-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 |