[llvm] r184507 - [docs] Fix formatting.
Sean Silva
silvas at purdue.edu
Thu Jun 20 17:27:54 PDT 2013
Author: silvas
Date: Thu Jun 20 19:27:54 2013
New Revision: 184507
URL: http://llvm.org/viewvc/llvm-project?rev=184507&view=rev
Log:
[docs] Fix formatting.
'\n' was displaying as 'n'
Modified:
llvm/trunk/docs/CommandGuide/FileCheck.rst
Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=184507&r1=184506&r2=184507&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Thu Jun 20 19:27:54 2013
@@ -44,7 +44,7 @@ OPTIONS
By default, FileCheck canonicalizes input horizontal whitespace (spaces and
tabs) which causes it to ignore these differences (a space will match a tab).
The :option:`--strict-whitespace` argument disables this behavior. End-of-line
- sequences are canonicalized to UNIX-style '\n' in all modes.
+ sequences are canonicalized to UNIX-style ``\n`` in all modes.
.. option:: -version
More information about the llvm-commits
mailing list