[PATCH] D66305: [docs] Convert remaining command guide entries from md to rst.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 12:05:08 PDT 2019


rupprecht marked 2 inline comments as done.
rupprecht added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-addr2line.rst:14
+
+**llvm-addr2line** is an alias for the :manpage:`llvm-symbolizer(1)` tool with
+different defaults. The goal is to make it a drop-in replacement for GNU's
----------------
jhenderson wrote:
> Use `:program:<program-name>` instead of `**<program-name>**` throughout. Same for other docs.
Sorry, didn't realize that worked everywhere.

For the ##Running **llvm-ranlib** is equivalent to running **llvm-ar s**## line, I changed the ##**llvm-ar s**## to ##``llvm-ar s``## to be styled more like a code snippet, not a program name (since it's two words). The rest are updated to `:program:`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66305





More information about the llvm-commits mailing list