[docs] Fix formatting.
authorSean Silva <silvas@purdue.edu>
Fri, 21 Jun 2013 00:27:54 +0000 (00:27 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 21 Jun 2013 00:27:54 +0000 (00:27 +0000)
'\n' was displaying as 'n'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184507 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/FileCheck.rst

index 0d9834918aeda0f25384cbd581c7ebf3980bc17e..809eee0469d01a369efe35d412260cb0e7112ed3 100644 (file)
@@ -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