[PATCH] D50034: Add a CommandGuide for llvm-objdump

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 15:21:43 PDT 2018


beanz added a comment.

One last small fix



================
Comment at: docs/CommandGuide/llvm-objdump.rst:276
+
+:manpage:`llvm-nm(1)`
----------------
I think what you want here is:

```
:program:`llvm-nm`
```

That should produce the correct link in both the online and manpage documentation.


Repository:
  rL LLVM

https://reviews.llvm.org/D50034





More information about the llvm-commits mailing list