From b6bfbad290c59d61bcdd685f346cccc9ca3e6b98 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 21 Jun 2013 00:27:54 +0000 Subject: [docs] Fix formatting. '\n' was displaying as 'n' llvm-svn: 184507 --- llvm/docs/CommandGuide/FileCheck.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/CommandGuide') 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 -- cgit v1.2.3