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)
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

index 3626adcd3f23a05482b924f98aad4526624dd852..ef8fbfbbe809fc8e057675dfdaa68081554edb7c 100644 (file)
@@ -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.
index 776c1ce031168bffcfb8f789226d0380fee0984b..a002084d5b957fc42f6c180d2a049b43a6883fcb 100644 (file)
@@ -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}.
This page took 0.047706 seconds and 4 git commands to generate.