diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-05-03 10:24:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-05-03 10:24:19 +0000 |
commit | 2e7e153887a54caa34be7e13f25bdea705219f7b (patch) | |
tree | b74324ec8456cae02550659e4a86e6c6208b67b7 /gdb/doc | |
parent | c5c9701f43cb8c4ccca1ab9ec29ad35e00d5ca9e (diff) | |
download | gdb-2e7e153887a54caa34be7e13f25bdea705219f7b.tar.gz |
Fix a typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 4d6c184a2c6..e43b3d504b1 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -44,7 +44,7 @@ Software Foundation raise funds for GNU development.'' @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.24 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.25 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -1656,7 +1656,7 @@ The SOM reader is in @file{hpread.c}. @cindex Netware Loadable Module format Other file formats that have been supported by @value{GDBN} include Netware -Loadable Modules (@file{nlmread.c}. +Loadable Modules (@file{nlmread.c}). @section Debugging File Formats |