aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-03-08 01:54:15 +0000
committerRoland Pesch <pesch@cygnus>1991-03-08 01:54:15 +0000
commit469ddd56b04469135efd53767c0e6919b4af85a0 (patch)
treeec6bfb867f19d0dd225d1eb51d39ea0a3757f7e4 /gdb
parent369a6ade1cef9ee38b3d8581dfc0358c16ea6b45 (diff)
downloadgdb-469ddd56b04469135efd53767c0e6919b4af85a0.zip
gdb-469ddd56b04469135efd53767c0e6919b4af85a0.tar.gz
gdb-469ddd56b04469135efd53767c0e6919b4af85a0.tar.bz2
Fix screwed up xref.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2cf0201..df454b3 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -775,13 +775,13 @@ you won't think it has crashed.
Currently, the messages controlled by @samp{set verbose} are those which
announce that the symbol table for a source file is being read
-(@pxref{File Commands}, in the description of the command
+(@pxref{Files}, in the description of the command
@samp{symbol-file}).
@c The following is the right way to do it, but emacs 18.55 doesn't support
@c @ref, and neither the emacs lisp manual version of texinfmt or makeinfo
@c is released.
@ignore
-see @samp{symbol-file} in @ref{File Commands}).
+see @samp{symbol-file} in @ref{Files}).
@end ignore
@table @code
@@ -801,7 +801,7 @@ By default, if GDB encounters bugs in the symbol table of an object file,
it prints a single message about each type of problem it finds, then
shuts up. You can suppress these messages, or allow more than one such
message to be printed if you want to see how frequent the problems are.
-@xref{File Commands}.
+@xref{Files}.
@table @code
@kindex set complaints
@@ -1200,7 +1200,7 @@ parameters are required for that target type.
Displays the names of all targets available. Beware: the similar
command @samp{info target} displays targets currently in use rather than
all available ones. @samp{info files} gives the same information as
-@samp{info target} (@pxref{File Commands}).
+@samp{info target} (@pxref{Files}).
@end table
@node Running, Stopping, Targets, Top