diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-23 12:12:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-23 12:12:15 +0000 |
commit | 7b5ba0cc21af7d622b99986b61a47979bc9943cf (patch) | |
tree | 75c847805ef699dd05393aed2a32165478e909e4 /gdb | |
parent | 013717475e2f51052420f81d4fefa566d0683281 (diff) | |
download | gdb-7b5ba0cc21af7d622b99986b61a47979bc9943cf.zip gdb-7b5ba0cc21af7d622b99986b61a47979bc9943cf.tar.gz gdb-7b5ba0cc21af7d622b99986b61a47979bc9943cf.tar.bz2 |
Fix last change.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 56e9fc4..348c6c2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10205,9 +10205,9 @@ On systems with memory-mapped files, an auxiliary file named @var{filename}. If so, @value{GDBN} maps in the symbol table from @file{@var{filename}.syms}, starting up more quickly. See the descriptions of the file options @samp{-mapped} and @samp{-readnow} -(available on the command line, see @ref{File Options}, and with the -commands @code{file}, @code{symbol-file}, or @code{add-symbol-file}, -described below), for more information. +(available on the command line, see @ref{File Options, , -readnow}, +and with the commands @code{file}, @code{symbol-file}, or +@code{add-symbol-file}, described below), for more information. @item file @code{file} with no argument makes @value{GDBN} discard any information it |