[llvm] r364552 - [docs][llvm-nm][llvm-objdump] Improve "See Also" section

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 08:18:16 PDT 2019


Author: jhenderson
Date: Thu Jun 27 08:18:15 2019
New Revision: 364552

URL: http://llvm.org/viewvc/llvm-project?rev=364552&view=rev
Log:
[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

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

Modified: llvm/trunk/docs/CommandGuide/llvm-nm.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-nm.rst?rev=364552&r1=364551&r2=364552&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst Thu Jun 27 08:18:15 2019
@@ -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)`

Modified: llvm/trunk/docs/CommandGuide/llvm-objdump.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-objdump.rst?rev=364552&r1=364551&r2=364552&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-objdump.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-objdump.rst Thu Jun 27 08:18:15 2019
@@ -330,4 +330,4 @@ To report bugs, please visit <http://llv
 SEE ALSO
 --------
 
-:manpage:`llvm-nm(1)`, :manpage:`llvm-readobj(1)`
+:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`




More information about the llvm-commits mailing list