From 54b24f6f26b799b70f52add93ac4433a31e03dd7 Mon Sep 17 00:00:00 2001 From: Alex Brachet Date: Thu, 4 Jul 2019 21:19:05 +0000 Subject: [PATCH] [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365159 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.rst | 2 +- docs/CommandGuide/llc.rst | 2 +- docs/CommandGuide/lli.rst | 2 +- docs/CommandGuide/llvm-as.rst | 2 +- docs/CommandGuide/llvm-bcanalyzer.rst | 2 +- docs/CommandGuide/llvm-dis.rst | 2 +- docs/CommandGuide/llvm-extract.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/CommandGuide/bugpoint.rst b/docs/CommandGuide/bugpoint.rst index 9cf4f021fb6..971807e7e98 100644 --- a/docs/CommandGuide/bugpoint.rst +++ b/docs/CommandGuide/bugpoint.rst @@ -194,4 +194,4 @@ if an error occurs, it will exit with a non-zero value. SEE ALSO -------- -opt|opt +:manpage:`opt(1)` diff --git a/docs/CommandGuide/llc.rst b/docs/CommandGuide/llc.rst index 2781564c8ab..b4e5dbf1b96 100644 --- a/docs/CommandGuide/llc.rst +++ b/docs/CommandGuide/llc.rst @@ -211,4 +211,4 @@ occurs, it will exit with a non-zero value. SEE ALSO -------- -lli +:manpage:`lli(1)` diff --git a/docs/CommandGuide/lli.rst b/docs/CommandGuide/lli.rst index 6d8cb4b36b5..b9892b64801 100644 --- a/docs/CommandGuide/lli.rst +++ b/docs/CommandGuide/lli.rst @@ -214,4 +214,4 @@ Otherwise, it will return the exit code of the program it executes. SEE ALSO -------- -:program:`llc` +:manpage:`llc(1)` diff --git a/docs/CommandGuide/llvm-as.rst b/docs/CommandGuide/llvm-as.rst index 77b1568a9e4..97dcaf15bd0 100644 --- a/docs/CommandGuide/llvm-as.rst +++ b/docs/CommandGuide/llvm-as.rst @@ -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) diff --git a/docs/CommandGuide/llvm-bcanalyzer.rst b/docs/CommandGuide/llvm-bcanalyzer.rst index 1dec45dd5e5..36ad3998ea4 100644 --- a/docs/CommandGuide/llvm-bcanalyzer.rst +++ b/docs/CommandGuide/llvm-bcanalyzer.rst @@ -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` diff --git a/docs/CommandGuide/llvm-dis.rst b/docs/CommandGuide/llvm-dis.rst index 626ce6d9cdc..69200c6a3bd 100644 --- a/docs/CommandGuide/llvm-dis.rst +++ b/docs/CommandGuide/llvm-dis.rst @@ -51,4 +51,4 @@ occurs, it will exit with a non-zero value. SEE ALSO -------- -llvm-as|llvm-as +:manpage:`llvm-as(1)` diff --git a/docs/CommandGuide/llvm-extract.rst b/docs/CommandGuide/llvm-extract.rst index 40de0f1d1db..cd8828b2372 100644 --- a/docs/CommandGuide/llvm-extract.rst +++ b/docs/CommandGuide/llvm-extract.rst @@ -77,4 +77,4 @@ occurs, it will exit with a non-zero value. SEE ALSO -------- -bugpoint +:manpage:`bugpoint(1)` -- 2.40.0