Removed a stray '\' character.

llvm-svn: 128934
This commit is contained in:
Greg Clayton 2011-04-05 21:40:10 +00:00
parent 269ef9f6f0
commit d5a395aa9c
1 changed files with 1 additions and 3 deletions

View File

@ -244,9 +244,7 @@
<h1 class ="postheader">Examining Thread State</h1>
<div class="post">
<p>
<table class="stats" width="620" cellspacing="0">
<tr>
<td class="hed" width="50%">LLDB</td>
@ -351,7 +349,7 @@
</td>
</tr>
\ <tr><td class="header" colspan="2">Show mixed source and disassembly for the current function for the current frame.</td></tr>
<tr><td class="header" colspan="2">Show mixed source and disassembly for the current function for the current frame.</td></tr>
<tr>
<td class="content">
<b>(lldb)</b> disassemble --frame --mixed<br>