From: James Henderson Date: Thu, 27 Jun 2019 15:18:15 +0000 (+0000) Subject: [docs][llvm-nm][llvm-objdump] Improve "See Also" section X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c87feb6e55c9d1835d4defbb0214aa3948a5c86d;p=llvm [docs][llvm-nm][llvm-objdump] Improve "See Also" section The "See Also" section for llvm-nm didn't actually contain any links, and the tools referred to didn't make much sense (referring to non-LLVM tools, when we have equivalents, or tools that aren't really to do with symbol dumping). llvm-objdump's didn't refer to llvm-readelf. Reviewed by: grimar Differential Revision: https://reviews.llvm.org/D63875 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-nm.rst b/docs/CommandGuide/llvm-nm.rst index 6268b15d082..a153ea3e1c5 100644 --- a/docs/CommandGuide/llvm-nm.rst +++ b/docs/CommandGuide/llvm-nm.rst @@ -281,4 +281,5 @@ EXIT STATUS SEE ALSO -------- -llvm-dis, ar(1), nm(1) +:manpage:`llvm-ar(1)`, :manpage:`llvm-objdump(1)`, :manpage:`llvm-readelf(1)`, +:manpage:`llvm-readobj(1)` diff --git a/docs/CommandGuide/llvm-objdump.rst b/docs/CommandGuide/llvm-objdump.rst index be4d07c94d0..3ebd7fc3f26 100644 --- a/docs/CommandGuide/llvm-objdump.rst +++ b/docs/CommandGuide/llvm-objdump.rst @@ -330,4 +330,4 @@ To report bugs, please visit . SEE ALSO -------- -:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)` +:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`