[llvm] r306811 - Fixed misplaced table border in the docs.
    Ilya Biryukov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 30 02:47:17 PDT 2017
    
    
  
Author: ibiryukov
Date: Fri Jun 30 02:47:17 2017
New Revision: 306811
URL: http://llvm.org/viewvc/llvm-project?rev=306811&view=rev
Log:
Fixed misplaced table border in the docs.
Modified:
    llvm/trunk/docs/XRay.rst
Modified: llvm/trunk/docs/XRay.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/XRay.rst?rev=306811&r1=306810&r2=306811&view=diff
==============================================================================
--- llvm/trunk/docs/XRay.rst (original)
+++ llvm/trunk/docs/XRay.rst Fri Jun 30 02:47:17 2017
@@ -150,7 +150,7 @@ variable, where we list down the options
 | xray_logfile_base | ``const char*`` | ``xray-log.`` | Filename base for the  |
 |                   |                 |               | XRay logfile.          |
 +-------------------+-----------------+---------------+------------------------+
-| xray_fdr_log      | ``bool``        | ``false``     | Whether to install the  |
+| xray_fdr_log      | ``bool``        | ``false``     | Whether to install the |
 |                   |                 |               | Flight Data Recorder   |
 |                   |                 |               | (FDR) mode.            |
 +-------------------+-----------------+---------------+------------------------+
    
    
More information about the llvm-commits
mailing list