[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 08:18:54 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364552: [docs][llvm-nm][llvm-objdump] Improve "See Also" section (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63875?vs=206843&id=206868#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63875/new/

https://reviews.llvm.org/D63875

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


Index: llvm/trunk/docs/CommandGuide/llvm-nm.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst
@@ -281,4 +281,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)`
Index: llvm/trunk/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-objdump.rst
+++ llvm/trunk/docs/CommandGuide/llvm-objdump.rst
@@ -330,4 +330,4 @@
 SEE ALSO
 --------
 
-:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)`
+:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63875.206868.patch
Type: text/x-patch
Size: 773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/52b74936/attachment.bin>


More information about the llvm-commits mailing list