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-as.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-as.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-as.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-as.rst b/llvm/docs/CommandGuide/llvm-as.rst index 77b1568a9e4..97dcaf15bd0 100644 --- a/llvm/docs/CommandGuide/llvm-as.rst +++ b/llvm/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) |