mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[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:
parent
989cad2476
commit
09a066b3aa
@ -194,4 +194,4 @@ if an error occurs, it will exit with a non-zero value.
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
opt|opt
|
||||
:manpage:`opt(1)`
|
||||
|
@ -211,4 +211,4 @@ occurs, it will exit with a non-zero value.
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
lli
|
||||
:manpage:`lli(1)`
|
||||
|
@ -214,4 +214,4 @@ Otherwise, it will return the exit code of the program it executes.
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
:program:`llc`
|
||||
:manpage:`llc(1)`
|
||||
|
@ -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)
|
||||
|
@ -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`
|
||||
|
@ -51,4 +51,4 @@ occurs, it will exit with a non-zero value.
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
llvm-as|llvm-as
|
||||
:manpage:`llvm-as(1)`
|
||||
|
@ -77,4 +77,4 @@ occurs, it will exit with a non-zero value.
|
||||
SEE ALSO
|
||||
--------
|
||||
|
||||
bugpoint
|
||||
:manpage:`bugpoint(1)`
|
||||
|
Loading…
Reference in New Issue
Block a user