diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-09 02:11:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-09 02:11:12 +0000 |
commit | 16737d732a841f5cf905e0f1c71c7b95d6f967ab (patch) | |
tree | 0bf3f74f89330e6afb9d364b15a7c6d095fd8d71 /gdb | |
parent | 0d18b56de133a31da6ff0301d03f7eda0767be84 (diff) | |
download | gdb-16737d732a841f5cf905e0f1c71c7b95d6f967ab.zip gdb-16737d732a841f5cf905e0f1c71c7b95d6f967ab.tar.gz gdb-16737d732a841f5cf905e0f1c71c7b95d6f967ab.tar.bz2 |
* gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
lists.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e562eb4..2cef84e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2002-06-08 Andrew Cagney <ac131313@redhat.com> + * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet + lists. + +2002-06-08 Andrew Cagney <ac131313@redhat.com> + * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the Branch''. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9530afc..61c6e96 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5533,7 +5533,7 @@ Send an announcement to the mailing lists: @item @email{gdb@@sources.redhat.com, GDB Discsussion mailing list} and @email{gdb-testers@@sources.redhat.com, GDB Discsussion mailing list} -@endi itemize +@end itemize @emph{Pragmatics: The branch creation is sent to the announce list to ensure that people people not subscribed to the higher volume discussion @@ -5551,6 +5551,7 @@ the date/number of weeks until the release @item the branch commit policy still holds. +@end itemize @section Stabilize the branch |