Fixed incorrect documentation.

llvm-svn: 170479
This commit is contained in:
Greg Clayton 2012-12-19 00:15:34 +00:00
parent b67908a07b
commit ed74db7cd5
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
<b>(gdb)</b> rbreak regular-expression<br>
</td>
<td class="content">
<b>(lldb)</b> breakpoint set --regex regular-expression<br>
<b>(lldb)</b> breakpoint set --func-regex regular-expression<br>
<b>(lldb)</b> br s -r regular-expression<br>
</td>
</tr>