]> granicus.if.org Git - llvm/commitdiff
[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 9cf4f021fb6e572c87a5bd80cfa08da283a91edb..971807e7e983fb3e905777284f7da20156ee6625 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 2781564c8ab017948310e48d0ed0f99b3651318b..b4e5dbf1b961eb7496fdbfd06a652cdf1e459817 100644 (file)
@@ -211,4 +211,4 @@ occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-lli
+:manpage:`lli(1)`
index 6d8cb4b36b526fea3f240f9124162cd759ff755c..b9892b64801c0aee9638ae87442c9872c8e34480 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 77b1568a9e41c75ccc2ed0bb8b3a45730ff8e80b..97dcaf15bd054c088a96884016efd89b8514f15d 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 1dec45dd5e5a1d7ae3f823450a9e4713524bcb02..36ad3998ea4b10160ff2807e53a2c9fe7f160607 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 626ce6d9cdc63a6356f21cb257579e1b5f8dc6e9..69200c6a3bd80542ad2899f316f1bf1a1f0719b6 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 40de0f1d1dbbef35ed1b4f5338adfab872774f93..cd8828b23724a9086dd216ac402d45d0a212990c 100644 (file)
@@ -77,4 +77,4 @@ occurs, it will exit with a non-zero value.
 SEE ALSO
 --------
 
-bugpoint
+:manpage:`bugpoint(1)`