+2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gdb.texinfo (Skipping Over Functions and Files): Remove node
+ designation. Fix "Specify Location" cross-reference.
+
2011-11-02 Stan Shebs <stan@codesourcery.com>
* gdb.texinfo (Tracepoint Action Lists): Document collect/s.
An argument is a repeat count, as in @code{next}.
@end table
-@node Skipping Over Functions and Files
@subsection Skipping Over Functions and Files
@cindex skipping over functions and files
@itemx skip function @r{[}@var{linespec}@r{]}
After running this command, the function named by @var{linespec} or the
function containing the line named by @var{linespec} will be skipped over when
-stepping. @xref{Specify Location}
+stepping. @xref{Specify Location}.
If you do not specify @var{linespec}, the function you're currently debugging
will be skipped.