From: Eli Zaretskii Date: Fri, 19 Apr 2002 19:37:04 +0000 (+0000) Subject: (Releasing GDB, Coding): Fix typos. X-Git-Tag: gdb_5_2-2002-04-29-release~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764097588ed78f5264b105f32cd4c66da51d72d9;p=thirdparty%2Fbinutils-gdb.git (Releasing GDB, Coding): Fix typos. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 544ad7bcc63..51606f5750b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-19 Eli Zaretskii + + * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by + "Theodore A. Roth" . + 2002-04-07 Andrew Cagney * gdb.texinfo (Bug Reporting): Document that the web is the diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index b0461714b89..67f22f004fb 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4631,7 +4631,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 @@ -4825,8 +4825,8 @@ or so included files. @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