]> granicus.if.org Git - check/commitdiff
Changed date to that of the latest release.
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 16 Apr 2002 17:33:49 +0000 (17:33 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 16 Apr 2002 17:33:49 +0000 (17:33 +0000)
Added a name to an internal reference so that we get a working link in
the generated HTML.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@136 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/doc/tutorial.lyx

index 0b2372ccd029b396f1c5b21e6fa8639e63028210..47b3a1ee6773063469d56b1c9073fc0fb1242a05 100644 (file)
@@ -30,7 +30,7 @@ Check Tutorial
 Arien Malec
 \layout Date
 
-11 July, 2001
+15 April, 2002
 \layout Standard
 
 
@@ -38,7 +38,7 @@ Arien Malec
 
 \end_inset 
 
-Copyright (c) 2001 Arien Malec.
+Copyright (c) 2001-2002 Arien Malec.
  Permission is granted to copy, distribute and/or modify this document under
  the terms of the GNU Free Documentation License, Version 1.1 or any later
  version published by the Free Software Foundation; with no Invariant Sections,
@@ -687,7 +687,7 @@ The enumeration values defined in Check to control print output are as follows:
 CK_SILENT Specifies that no output is to be generated.
  If you use this flag, you either need to programmatically examine the SRunner
  object, print separately, or use test logging (described below: 
-\begin_inset LatexCommand \ref{test_logging}
+\begin_inset LatexCommand \ref[Test Logging]{test_logging}
 
 \end_inset 
 
@@ -1155,12 +1155,12 @@ srunner_add_suite (sr, make_msg_suite ());
 srunner_add_suite (sr, make_log_suite ()); 
 \layout Subsection
 
-
+Test Logging
 \begin_inset LatexCommand \label{test_logging}
 
 \end_inset 
 
-Test Logging
+
 \layout Standard
 
 Check supports operation to log the results of a test run.