Skip to content

Commit

Permalink
[docs][llvm-nm][llvm-objdump] Improve "See Also" section
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jh7370 committed Jun 27, 2019
1 parent 6b8a251 commit 92b32a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion llvm/docs/CommandGuide/llvm-nm.rst
Expand Up @@ -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)`
2 changes: 1 addition & 1 deletion llvm/docs/CommandGuide/llvm-objdump.rst
Expand Up @@ -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)`

0 comments on commit 92b32a9

Please sign in to comment.