summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.rst
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
commitb6bfbad290c59d61bcdd685f346cccc9ca3e6b98 (patch)
treeb759606b8223097ebb859bf4558c70013c697bcb /llvm/docs/CommandGuide/FileCheck.rst
parentaff5125f88c6cb31d3d6b19a06ae4178e3ae6e13 (diff)
downloadbcm5719-llvm-b6bfbad290c59d61bcdd685f346cccc9ca3e6b98.tar.gz
bcm5719-llvm-b6bfbad290c59d61bcdd685f346cccc9ca3e6b98.zip
[docs] Fix formatting.
'\n' was displaying as 'n' llvm-svn: 184507
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r--llvm/docs/CommandGuide/FileCheck.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 0d9834918ae..809eee0469d 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud