diff options
author | Roland Pesch <pesch@cygnus> | 1991-04-06 00:46:23 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-04-06 00:46:23 +0000 |
commit | b48914e1e0d42604844512b9c7bfb191602c0a7c (patch) | |
tree | cd5b3b5e582bdbf521fba4c708a6078dc40e281c /gdb/doc | |
parent | efd784ca05a0820ab74fea72bec63ba8d3e68bc7 (diff) | |
download | gdb-b48914e1e0d42604844512b9c7bfb191602c0a7c.zip gdb-b48914e1e0d42604844512b9c7bfb191602c0a7c.tar.gz gdb-b48914e1e0d42604844512b9c7bfb191602c0a7c.tar.bz2 |
Repair missing xrefs.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9c4bb28..73e47b7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -849,7 +849,7 @@ Attaching remote machine across net... Success! _GDBN__ will then attempt to read the symbol tables of any object modules loaded into the VxWorks target since it was last booted. _GDBN__ locates these files by searching the directories listed in the -command search path (@pxref{Command Path}); if it fails to find an +command search path (@pxref{Environment}); if it fails to find an object file, it will display a message such as: @smallexample @@ -1055,8 +1055,9 @@ and @samp{show} to inquire about the state of your program, or the state of _GDBN__ itself. Both commands support many ``sub-commands'', or topics of inquiry; this manual introduces each of them in the appropriate context. The listings under ``@code{info}'' and under -``@code{show}'' in the Index point to all the sub-commands -(@pxref{Index}). +``@code{show}'' in the Index point to all the sub-commands. +@c FIXME: @pxref{Index} used to be here, but even though it shows up in +@c FIXME...the 'aux' file with a pageno the xref can't find it. @table @code @kindex info |