summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:33:10 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-03 23:33:10 +0000
commitaa8db1845ed89a2a8edf443a1e42f230e67eb425 (patch)
tree76ecd4783914f35ad6d456dd56f9732239c67d91 /llvm/docs/SourceLevelDebugging.html
parentfdcb3c209c753a4ef949f2ceacd9819d68058d1b (diff)
downloadbcm5719-llvm-aa8db1845ed89a2a8edf443a1e42f230e67eb425.tar.gz
bcm5719-llvm-aa8db1845ed89a2a8edf443a1e42f230e67eb425.zip
Fix broken internal links.
llvm-svn: 13999
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index c10da8e1901..de8dad42233 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -366,13 +366,13 @@ $
<p>When run with no options, just <tt>llvm-db</tt>, the debugger starts up
without a program loaded at all. You must use the <a
href="#c_file"><tt>file</tt> command</a> to load a program, and the <a
-href="c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
+href="#c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
commands to specify the arguments for the program.</p>
<p>If you start the debugger with one argument, as <tt>llvm-db
&lt;program&gt;</tt>, the debugger will start up and load in the specified
program. You can then optionally specify arguments to the program with the <a
-href="c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
+href="#c_set_args"><tt>set args</tt></a> or <a href="#c_run"><tt>run</tt></a>
commands.</p>
<p>The third way to start the program is with the <tt>--args</tt> option. This
OpenPOWER on IntegriCloud