summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-nm.rst
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-06-27 15:18:15 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-06-27 15:18:15 +0000
commit92b32a908706808125b6f5cbb44c65610621deb5 (patch)
treec9062f84bafa555f2bab03c1b037935f90c540c5 /llvm/docs/CommandGuide/llvm-nm.rst
parent6b8a2515baaa876139f4f76a1169f0c3aaa72ef2 (diff)
downloadbcm5719-llvm-92b32a908706808125b6f5cbb44c65610621deb5.tar.gz
bcm5719-llvm-92b32a908706808125b6f5cbb44c65610621deb5.zip
[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 llvm-svn: 364552
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-nm.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst
index 6268b15d082..a153ea3e1c5 100644
--- a/llvm/docs/CommandGuide/llvm-nm.rst
+++ b/llvm/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)`
OpenPOWER on IntegriCloud