[llvm-commits] [zorg] r101739 - in /zorg/trunk/lnt/docs: intro.rst todo.txt tools.rst

Daniel Dunbar daniel at zuster.org
Sun Apr 18 12:18:40 PDT 2010


Author: ddunbar
Date: Sun Apr 18 14:18:40 2010
New Revision: 101739

URL: http://llvm.org/viewvc/llvm-project?rev=101739&view=rev
Log:
LNT docs: Add some cross-referencing markers.

Modified:
    zorg/trunk/lnt/docs/intro.rst
    zorg/trunk/lnt/docs/todo.txt
    zorg/trunk/lnt/docs/tools.rst

Modified: zorg/trunk/lnt/docs/intro.rst
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/intro.rst?rev=101739&r1=101738&r2=101739&view=diff
==============================================================================
--- zorg/trunk/lnt/docs/intro.rst (original)
+++ zorg/trunk/lnt/docs/intro.rst Sun Apr 18 14:18:40 2010
@@ -1,3 +1,5 @@
+:: _intro:
+
 Introduction
 ============
 

Modified: zorg/trunk/lnt/docs/todo.txt
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/todo.txt?rev=101739&r1=101738&r2=101739&view=diff
==============================================================================
--- zorg/trunk/lnt/docs/todo.txt (original)
+++ zorg/trunk/lnt/docs/todo.txt Sun Apr 18 14:18:40 2010
@@ -1,3 +1,5 @@
+:: _todo:
+
 TODO
 ====
 

Modified: zorg/trunk/lnt/docs/tools.rst
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/tools.rst?rev=101739&r1=101738&r2=101739&view=diff
==============================================================================
--- zorg/trunk/lnt/docs/tools.rst (original)
+++ zorg/trunk/lnt/docs/tools.rst Sun Apr 18 14:18:40 2010
@@ -1,3 +1,5 @@
+:: _tools:
+
 The ``lnt`` Tool
 ================
 
@@ -12,7 +14,7 @@
   ``lnt checkformat [<file>]``
     Checks the syntax of an LNT test report file. In addition to verifying that
     LNT can read the raw format (e.g., JSON or property list), this also creates
-    a temporary in-memory database instance and insures that the test report
+    a temporary in-memory database instance and ensures that the test report
     file can be imported correctly.
 
     If run without arguments, this expects to read the input file from ``stdin``.





More information about the llvm-commits mailing list