From: Mandeep Singh Grang Date: Mon, 14 Nov 2016 17:31:24 +0000 (+0000) Subject: [clang docs] Minor fix in ClangCheck.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dd627814f515101c445bb348c8701285c94e8df;p=clang [clang docs] Minor fix in ClangCheck.rst Reviewers: djasper, rengolin Subscribers: Eugene.Zelenko Tags: #clang-c Differential Revision: https://reviews.llvm.org/D26484 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangCheck.rst b/docs/ClangCheck.rst index 4650049b1f..c249c12677 100644 --- a/docs/ClangCheck.rst +++ b/docs/ClangCheck.rst @@ -31,6 +31,6 @@ do basic error checking and AST dumping. 1 error generated. Error while processing snippet.cc. -The '--' at the end is important as it prevents `clang-check` from search for a -compilation database. For more information on how to setup and use `clang-check` -in a project, see :doc:`HowToSetupToolingForLLVM`. +The '--' at the end is important as it prevents :program:`clang-check` from +searching for a compilation database. For more information on how to setup and +use :program:`clang-check` in a project, see :doc:`HowToSetupToolingForLLVM`.