ref/ruby/files/bin/generate_test_rb.html in ruby-vpi-11.1.1 vs ref/ruby/files/bin/generate_test_rb.html in ruby-vpi-12.0.0

- old
+ new

@@ -54,11 +54,11 @@ <td>bin/generate_test.rb </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> - <td>Wed Nov 08 16:49:08 PST 2006</td> + <td>Thu Dec 07 13:56:40 PST 2006</td> </tr> </table> </div> <!-- banner header --> @@ -84,30 +84,27 @@ <h1>Progress indicators</h1> <table> <tr><td valign="top">module:</td><td>A Verilog module has been identified. </td></tr> -<tr><td valign="top">backup:</td><td>A backup copy of a file is being made. - -</td></tr> <tr><td valign="top">create:</td><td>A file is being created because it does not exist. </td></tr> <tr><td valign="top">skip:</td><td>A file is being skipped because it is already up to date. </td></tr> -<tr><td valign="top">update:</td><td>A file will be updated because it is out of date. A backup copy will be -made before the file is updated. Use a text merging tool (see MERGER) or -manually transfer any necessary information from the backup copy to the -updated file. +<tr><td valign="top">update:</td><td>A file will be updated because it is out of date. A text merging tool (see +MERGER) will be launched to transfer content from the old file (*.old) and +the new file (*.new) to the out of date file. If a text merging tool is not +specified, then you will have to do the merging by hand. </td></tr> </table> <h1>Environment variables</h1> <table> -<tr><td valign="top">MERGER:</td><td>A command that invokes a text merging tool with two arguments: (1) old -file, (2) new file. The tool&#8217;s output should be written to the new -file. +<tr><td valign="top">MERGER:</td><td>A command that invokes a text merging tool with three arguments: (1) old +file, (2) new file, (3) output file. The tool&#8217;s output should be +written to the output file. </td></tr> </table> </div> \ No newline at end of file