diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-04-19 19:33:57 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-04-19 19:33:57 +0000 |
commit | 4be31470477ca4efca0a298ce9fc702f447ad8f3 (patch) | |
tree | 51e2619d3e96d479420582de0937aea8f10fe596 /gdb/doc | |
parent | ccd9a834f9e89916a0413cff791d5acfe97f8eb5 (diff) | |
download | gdb-4be31470477ca4efca0a298ce9fc702f447ad8f3.zip gdb-4be31470477ca4efca0a298ce9fc702f447ad8f3.tar.gz gdb-4be31470477ca4efca0a298ce9fc702f447ad8f3.tar.bz2 |
(Releasing GDB, Coding): Fix typos.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 380906e..c5241c4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> + + * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by + "Theodore A. Roth" <troth@verinet.com>. + 2002-04-15 Don Howard <dhoward@redhat.com> From Eli Zaretskii <eliz@is.elta.co.il> diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 42d2752..5c4ee76 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4622,7 +4622,7 @@ symbol to write conditional code which should only be compiled for such hosts. @findex IS_DIR_SEPARATOR -@item IS_DIR_SEPARATOR (@var{c} +@item IS_DIR_SEPARATOR (@var{c}) Evaluates to a non-zero value if @var{c} is a directory separator character. On Unix and GNU/Linux systems, only a slash @file{/} is such a character, but on Windows, both @file{/} and @file{\} will @@ -4924,7 +4924,7 @@ The @file{gdb/MAINTAINERS} file still holds. @item Don't fix something on the branch unless/until it is also fixed in the trunk. If this isn't possible, mentioning it in the @file{gdb/PROBLEMS} -file is better than committing a hack +file is better than committing a hack. @item When considering a patch for the branch, suggested criteria include: Does it fix a build? Does it fix the sequence @kbd{break main; run} @@ -4947,8 +4947,8 @@ reason) support for a new host are considered acceptable.} @section Obsolete any code Before anything else, poke the other developers (and around the source -code) to see there is anything that can be removed from @value{GDBN} (an -old target, an unused file). +code) to see if there is anything that can be removed from @value{GDBN} +(an old target, an unused file). Obsolete code is identified by adding an @code{OBSOLETE} prefix to every line. Doing this means that it is easy to identify obsolete code when |