From 39f5e864e6b02cdeb20c4a12229e19e266bdd7be Mon Sep 17 00:00:00 2001 From: Mandeep Singh Grang Date: Mon, 14 Nov 2016 17:31:24 +0000 Subject: [PATCH] [clang docs] Minor fix in ClangCheck.rst Reviewers: djasper, rengolin Subscribers: Eugene.Zelenko Tags: #clang-c Differential Revision: https://reviews.llvm.org/D26484 llvm-svn: 286846 --- clang/docs/ClangCheck.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/docs/ClangCheck.rst b/clang/docs/ClangCheck.rst index 4650049b1fbf..c249c126770f 100644 --- a/clang/docs/ClangCheck.rst +++ b/clang/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`.