OSDN Git Service

[docs] [tools] Fix see also links
authorAlex Brachet <alexbrachetmialot@gmail.com>
Thu, 4 Jul 2019 21:19:05 +0000 (21:19 +0000)
committerAlex Brachet <alexbrachetmialot@gmail.com>
Thu, 4 Jul 2019 21:19:05 +0000 (21:19 +0000)
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

docs/CommandGuide/bugpoint.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/lli.rst
docs/CommandGuide/llvm-as.rst
docs/CommandGuide/llvm-bcanalyzer.rst
docs/CommandGuide/llvm-dis.rst
docs/CommandGuide/llvm-extract.rst

index 9cf4f02..971807e 100644 (file)
@@ -194,4 +194,4 @@ if an error occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-opt|opt
+:manpage:`opt(1)`
index 2781564..b4e5dbf 100644 (file)
@@ -211,4 +211,4 @@ occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-lli
+:manpage:`lli(1)`
index 6d8cb4b..b9892b6 100644 (file)
@@ -214,4 +214,4 @@ Otherwise, it will return the exit code of the program it executes.
 SEE ALSO
 --------
 
-:program:`llc`
+:manpage:`llc(1)`
index 77b1568..97dcaf1 100644 (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)
index 1dec45d..36ad399 100644 (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`
index 626ce6d..69200c6 100644 (file)
@@ -51,4 +51,4 @@ occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-llvm-as|llvm-as
+:manpage:`llvm-as(1)`
index 40de0f1..cd8828b 100644 (file)
@@ -77,4 +77,4 @@ occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-bugpoint
+:manpage:`bugpoint(1)`