Summary: Changes "see also" links to use :manpage: instead of plain text or the form `name|name` which was being treated literally, not as a link.
Reviewers: jhenderson, rupprecht
Reviewed By: jhenderson
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D63970
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365159
91177308-0d34-0410-b5e6-
96231b3b80d8
SEE ALSO
--------
-opt|opt
+:manpage:`opt(1)`
SEE ALSO
--------
-lli
+:manpage:`lli(1)`
SEE ALSO
--------
-:program:`llc`
+:manpage:`llc(1)`
SEE ALSO
--------
-llvm-dis|llvm-dis, gccas|gccas
+:manpage:`llvm-dis(1)`, as(1)
SEE ALSO
--------
-:doc:`/CommandGuide/llvm-dis`, :doc:`/BitCodeFormat`
+:manpage:`llvm-dis(1)`, :doc:`/BitCodeFormat`
SEE ALSO
--------
-llvm-as|llvm-as
+:manpage:`llvm-as(1)`
SEE ALSO
--------
-bugpoint
+:manpage:`bugpoint(1)`