projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063b272
)
Fix missing '>' in docs (hopefully fixes bot error... )
author
David Blaikie
<dblaikie@gmail.com>
Tue, 20 Dec 2016 17:43:48 +0000
(17:43 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Tue, 20 Dec 2016 17:43:48 +0000
(17:43 +0000)
llvm-svn: 290187
llvm/docs/ProgrammersManual.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/ProgrammersManual.rst
b/llvm/docs/ProgrammersManual.rst
index
6f136ce
..
ffc022e
100644
(file)
--- a/
llvm/docs/ProgrammersManual.rst
+++ b/
llvm/docs/ProgrammersManual.rst
@@
-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: