diff options
author | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-04 21:19:05 +0000 |
---|---|---|
committer | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-04 21:19:05 +0000 |
commit | 09a066b3aabfc4ea21d59d464f032f5f8a25c059 (patch) | |
tree | 7bab27a44536368224c13bede3c2f87a8ac77981 /llvm/docs/CommandGuide/llvm-dis.rst | |
parent | 989cad247609bc2f2ae4cd16f4e90047a7604b60 (diff) | |
download | bcm5719-llvm-09a066b3aabfc4ea21d59d464f032f5f8a25c059.tar.gz bcm5719-llvm-09a066b3aabfc4ea21d59d464f032f5f8a25c059.zip |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-dis.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dis.rst b/llvm/docs/CommandGuide/llvm-dis.rst index 626ce6d9cdc..69200c6a3bd 100644 --- a/llvm/docs/CommandGuide/llvm-dis.rst +++ b/llvm/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)` |