aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-strings.rst
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-08-21 18:00:17 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-08-21 18:00:17 +0000
commita28b8d78e426818b4dd1e6eb9f7353358815a3eb (patch)
treed1807b1f259960fa223fc0c9adefa657d50b4312 /llvm/docs/CommandGuide/llvm-strings.rst
parentc776f3f3c26f69012456117b5487df2b81ad51e7 (diff)
downloadllvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.zip
llvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.tar.gz
llvm-a28b8d78e426818b4dd1e6eb9f7353358815a3eb.tar.bz2
[docs] Convert remaining command guide entries from md to rst.
Summary: Linking between markdown and rst files is currently not supported very well, e.g. the current llvm-addr2line docs [1] link to "llvm-symbolizer" instead of "llvm-symbolizer.html". This is weirdly broken in different ways depending on which versions of sphinx and recommonmark are being used, so workaround the bug by using rst everywhere. [1] http://llvm.org/docs/CommandGuide/llvm-addr2line.html Reviewers: jhenderson Reviewed By: jhenderson Subscribers: lebedev.ri, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66305 llvm-svn: 369553
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-strings.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-strings.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strings.rst b/llvm/docs/CommandGuide/llvm-strings.rst
new file mode 100644
index 0000000..d8ab9cb
--- /dev/null
+++ b/llvm/docs/CommandGuide/llvm-strings.rst
@@ -0,0 +1,15 @@
+llvm-strings - print strings
+============================
+
+.. program:: llvm-strings
+
+SYNOPSIS
+--------
+
+:program:`llvm-strings` [*options*]
+
+DESCRIPTION
+-----------
+
+:program:`llvm-strings` is a tool that prints strings in files. The goal is to
+make it a drop-in replacement for GNU’s :program:`strings`.