]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix frame-apply.html collision in GDB manual.
authorPaul Carroll <pcarroll@codesourcery.com>
Mon, 13 Jul 2020 19:31:05 +0000 (12:31 -0700)
committerSandra Loosemore <sandra@codesourcery.com>
Mon, 13 Jul 2020 19:31:05 +0000 (12:31 -0700)
commited788fee02b844266283a5faa66ba64c5b4739ea
treee6d41cdbfe367f96402267c94302c0a312ddd7fc
parent74e4b667ec3f227ea65ce39d2cebc493f84f7bc2
Fix frame-apply.html collision in GDB manual.

The addition of an anchor for the "frame apply" command was causing
the HTML documentation to include files named both "frame-apply.html"
and "Frame-Apply.html", which collide on case-insensitive file
systems.  This patch removes the redundant anchor and adjusts the two
xrefs to it.

2020-07-13 Paul Carroll <pcarroll@codesourcery.com>

PR gdb/25716

gdb/doc/
* gdb.texinfo (Frame Apply): Remove anchor for 'frame
apply' and adjust xrefs to it.
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo