forked from OSchip/llvm-project
[docs] Fix formatting.
'\n' was displaying as 'n' llvm-svn: 184507
This commit is contained in:
parent
aff5125f88
commit
b6bfbad290
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue