diff options
author | Pedro Alves <palves@redhat.com> | 2012-09-14 12:10:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-09-14 12:10:23 +0000 |
commit | f4045bcb616769e57d65a03a751e9cf351e51804 (patch) | |
tree | bb4b5693d0bdc03f1f1248eae568a6fc2202f9cf /gdb | |
parent | 1f9b75dde1191b37e6a40faf56ea2e92462ca89c (diff) | |
download | gdb-f4045bcb616769e57d65a03a751e9cf351e51804.zip gdb-f4045bcb616769e57d65a03a751e9cf351e51804.tar.gz gdb-f4045bcb616769e57d65a03a751e9cf351e51804.tar.bz2 |
2012-09-14 Pedro Alves <palves@redhat.com>
* gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdb.1 | 17 |
2 files changed, 17 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f9cf247..ecf7d22 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-09-14 Pedro Alves <palves@redhat.com> + + * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual. + 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu> Point contrib/cc-with-tweaks.sh to the build-local data-directory. @@ -365,10 +365,19 @@ Run using \c .PP .SH "SEE ALSO" -.RB "`\|" gdb "\|'" -entry in -.B info\c -\&; +The full documentation for +.B gdb +is maintained as a Texinfo manual. If the +.B info +and +.B gdb +programs and GDB's Texinfo documentation are properly installed at +your site, the command +.IP +.B info gdb +.PP +should give you access to the complete manual. + .I Using GDB: A Guide to the GNU Source-Level Debugger\c , Richard M. Stallman and Roland H. Pesch, July 1991. |