]> granicus.if.org Git - llvm/commitdiff
[docs][llvm-nm][llvm-objdump] Improve "See Also" section
authorJames Henderson <jh7370@my.bristol.ac.uk>
Thu, 27 Jun 2019 15:18:15 +0000 (15:18 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Thu, 27 Jun 2019 15:18:15 +0000 (15:18 +0000)
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

docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/llvm-objdump.rst

index 6268b15d08269d47234932017d5fe1cc81bfe946..a153ea3e1c5df8ea98541ed555d819812fe4fe8c 100644 (file)
@@ -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)`
index be4d07c94d08434279fa7bba4ce6fdd8680de437..3ebd7fc3f26f207a6995433c45d56bc9bdd2f033 100644 (file)
@@ -330,4 +330,4 @@ To report bugs, please visit <http://llvm.org/bugs/>.
 SEE ALSO
 --------
 
-:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)`
+:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`