[PATCH] D63875: [docs][llvm-nm][llvm-objdump] Improve "See Also" section

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 06:06:45 PDT 2019


jhenderson created this revision.
jhenderson added reviewers: MaskRay, rupprecht, grimar.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D63875

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


Index: docs/CommandGuide/llvm-objdump.rst
===================================================================
--- docs/CommandGuide/llvm-objdump.rst
+++ docs/CommandGuide/llvm-objdump.rst
@@ -328,4 +328,4 @@
 SEE ALSO
 --------
 
-:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)`
+:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`
Index: docs/CommandGuide/llvm-nm.rst
===================================================================
--- docs/CommandGuide/llvm-nm.rst
+++ docs/CommandGuide/llvm-nm.rst
@@ -279,4 +279,5 @@
 SEE ALSO
 --------
 
-llvm-dis, ar(1), nm(1)
+:manpage:`llvm-ar(1)`, :manpage:`llvm-objdump(1)`, :manpage:`llvm-readelf(1)`,
+:manpage:`llvm-readobj(1)`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63875.206843.patch
Type: text/x-patch
Size: 707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/724f2fcb/attachment-0001.bin>


More information about the llvm-commits mailing list