diff options
author | Paul Carroll <pcarroll@codesourcery.com> | 2020-07-13 12:31:05 -0700 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2020-07-13 12:31:05 -0700 |
commit | ed788fee02b844266283a5faa66ba64c5b4739ea (patch) | |
tree | e6d41cdbfe367f96402267c94302c0a312ddd7fc /gdb/doc | |
parent | 74e4b667ec3f227ea65ce39d2cebc493f84f7bc2 (diff) | |
download | gdb-ed788fee02b844266283a5faa66ba64c5b4739ea.zip gdb-ed788fee02b844266283a5faa66ba64c5b4739ea.tar.gz gdb-ed788fee02b844266283a5faa66ba64c5b4739ea.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3626adc..ef8fbfb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2020-07-13 Paul Carroll <pcarroll@codesourcery.com> + + PR gdb/25716 + + * gdb.texinfo (Frame Apply): Remove anchor for 'frame + apply' and adjust xrefs to it. + 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.texinfo (Attach): Update exec-file-mismatch doc. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 776c1ce..a002084 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3693,7 +3693,7 @@ is, using: @end smallexample The @code{tfaas} command accepts the same options as the @code{frame -apply} command. @xref{frame apply}. +apply} command. @xref{Frame Apply,,frame apply}. @kindex thread name @cindex name a thread @@ -8451,7 +8451,6 @@ tfaas i lo -q -t lock_something_t @node Frame Apply @section Applying a Command to Several Frames. -@anchor{frame apply} @kindex frame apply @cindex apply command to several frames @table @code @@ -8583,7 +8582,7 @@ is, using: @end smallexample The @code{faas} command accepts the same options as the @code{frame -apply} command. @xref{frame apply}. +apply} command. @xref{Frame Apply,,frame apply}. Note that the command @code{tfaas @var{command}} applies @var{command} on all frames of all threads. See @xref{Threads,,Threads}. |