diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-05-03 15:18:10 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-05-03 15:18:10 +0000 |
commit | 9ed350ad08d99ba48448acdc7cd917d75e5f4159 (patch) | |
tree | ef6f6e83f36f87336e149258b95967f89dba7290 | |
parent | 4ceed1237710c7839c59db58515e0be8186138b6 (diff) | |
download | gdb-9ed350ad08d99ba48448acdc7cd917d75e5f4159.zip gdb-9ed350ad08d99ba48448acdc7cd917d75e5f4159.tar.gz gdb-9ed350ad08d99ba48448acdc7cd917d75e5f4159.tar.bz2 |
Fix uses of litteral `GDB' in `In Memoriam' appendix.
@value{GDBN} should be used in place of GDB, so this patch fixes it.
gdb/doc/ChangeLog:
* gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
`@value{GDBN}'.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 04ebe2d..d7e610d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2011-05-03 Joel Brobecker <brobecker@adacore.com> + * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with + `@value{GDBN}'. + +2011-05-03 Joel Brobecker <brobecker@adacore.com> + * gdb.texinfo (titlepage): Remove dedication. (In Memoriam): New appendix. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a0d5991..0ac5672 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -31017,19 +31017,20 @@ things without first using the debugger to find the facts. @node In Memoriam @appendix In Memoriam -The GDB project mourns the loss of the following long-time contributors: +The @value{GDBN} project mourns the loss of the following long-time +contributors: @table @code @item Fred Fish -Fred was a long-standing contributor to GDB (1991-2006), and to Free -Software in general. Outside of GDB, he was known in the Amiga world -for his series of Fish Disks, and the GeekGadget project. +Fred was a long-standing contributor to @value{GDBN} (1991-2006), and +to Free Software in general. Outside of @value{GDBN}, he was known in +the Amiga world for his series of Fish Disks, and the GeekGadget project. @item Michael Snyder -Michael was one of the Global Maintainers of the GDB project, with -contributions recorded as early as 1996, until 2011. In addition to -his day to day participation, he was a large driving force behind -adding Reverse Debugging to GDB. +Michael was one of the Global Maintainers of the @value{GDBN} project, +with contributions recorded as early as 1996, until 2011. In addition +to his day to day participation, he was a large driving force behind +adding Reverse Debugging to @value{GDBN}. @end table Beyond their technical contributions to the project, they were also |