r321623 - Fixed markup formatting
    Serge Pavlov via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jan  1 07:53:17 PST 2018
    
    
  
Author: sepavloff
Date: Mon Jan  1 07:53:16 2018
New Revision: 321623
URL: http://llvm.org/viewvc/llvm-project?rev=321623&view=rev
Log:
Fixed markup formatting
Modified:
    cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=321623&r1=321622&r2=321623&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Mon Jan  1 07:53:16 2018
@@ -731,7 +731,7 @@ directory where Clang resides.
 If a driver mode is specified in invocation, Clang tries to find a file specific
 for the specified mode. For example, if the executable file is named
 `x86_64-clang-cl`, Clang first looks for `x86_64-cl.cfg` and if it is not found,
-looks for `x86_64.cfg'.
+looks for `x86_64.cfg`.
 
 If the command line contains options that effectively change target architecture
 (these are -m32, -EL, and some others) and the configuration file starts with an
    
    
More information about the cfe-commits
mailing list