[docs] [tools] Fix see also links

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

llvm-svn: 365159
This commit is contained in:
Alex Brachet 2019-07-04 21:19:05 +00:00
parent 989cad2476
commit 09a066b3aa
7 changed files with 7 additions and 7 deletions

View File

@ -194,4 +194,4 @@ if an error occurs, it will exit with a non-zero value.
SEE ALSO
--------
opt|opt
:manpage:`opt(1)`

View File

@ -211,4 +211,4 @@ occurs, it will exit with a non-zero value.
SEE ALSO
--------
lli
:manpage:`lli(1)`

View File

@ -214,4 +214,4 @@ Otherwise, it will return the exit code of the program it executes.
SEE ALSO
--------
:program:`llc`
:manpage:`llc(1)`

View File

@ -55,4 +55,4 @@ will exit with a non-zero value.
SEE ALSO
--------
llvm-dis|llvm-dis, gccas|gccas
:manpage:`llvm-dis(1)`, as(1)

View File

@ -303,4 +303,4 @@ The detailed output provides additional information on a per-function basis.
SEE ALSO
--------
:doc:`/CommandGuide/llvm-dis`, :doc:`/BitCodeFormat`
:manpage:`llvm-dis(1)`, :doc:`/BitCodeFormat`

View File

@ -51,4 +51,4 @@ occurs, it will exit with a non-zero value.
SEE ALSO
--------
llvm-as|llvm-as
:manpage:`llvm-as(1)`

View File

@ -77,4 +77,4 @@ occurs, it will exit with a non-zero value.
SEE ALSO
--------
bugpoint
:manpage:`bugpoint(1)`