summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-06-21 00:27:54 +0000
committerSean Silva <silvas@purdue.edu>2013-06-21 00:27:54 +0000
commita5706fcd8018645f4c8740c53ce1082a59a66c95 (patch)
tree1653fab7131ffd9358b8b041996873cdd2311561
parent4235ba32f2610ee2ed1e0c4bfca5c67835e9f97d (diff)
downloadllvm-a5706fcd8018645f4c8740c53ce1082a59a66c95.tar.gz
llvm-a5706fcd8018645f4c8740c53ce1082a59a66c95.tar.bz2
llvm-a5706fcd8018645f4c8740c53ce1082a59a66c95.tar.xz
[docs] Fix formatting.
'\n' was displaying as 'n' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184507 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CommandGuide/FileCheck.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst
index 0d9834918a..809eee0469 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/docs/CommandGuide/FileCheck.rst
@@ -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