Fix missing '>' in docs (hopefully fixes bot error... )

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2016-12-20 17:43:48 +00:00
parent bf89173855
commit b0d6793fd5

View File

@ -2207,7 +2207,7 @@ following (or add it to your ``~/.gdbinit``)::
source /path/to/llvm/src/utils/gdb-scripts/prettyprinters.py
It also might be handy to enable the `print pretty
<http://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_57.html`__ option to
<http://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_57.html>`__ option to
avoid data structures being printed as a big block of text.
.. _common: