diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-06-11 20:30:11 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-06-11 20:30:11 +0300 |
commit | 41fc26a2cbc1dc1d08da003d363b2b5821f62076 (patch) | |
tree | 14de38f10df94976a9b8fe3bcb500bc1f2fb6ffa /gdb/doc | |
parent | 092a534fe14be3eda270256fb2799fd893a1f57c (diff) | |
download | gdb-41fc26a2cbc1dc1d08da003d363b2b5821f62076.zip gdb-41fc26a2cbc1dc1d08da003d363b2b5821f62076.tar.gz gdb-41fc26a2cbc1dc1d08da003d363b2b5821f62076.tar.bz2 |
Fix build of GDB documentation.
gdb/doc/ChangeLog
2018-06-11 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Maintenance Commands): Add a missing @anchor.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d36affe..73c3075 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-06-11 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Maintenance Commands): Add a missing @anchor. + 2018-06-08 Gary Benson <gbenson@redhat.com> * gdb.texinfo (Maintenance Commands): Document "maint check diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2c0ac33..2b56b5a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35547,6 +35547,7 @@ modify XML target descriptions. Check that the target descriptions dynamically created by @value{GDBN} equal the descriptions created from XML files found in @var{dir}. +@anchor{maint check libthread-db} @kindex maint check libthread-db @item maint check libthread-db Run integrity checks on the current inferior's thread debugging |