comparison docs/nitros9guide/verify.refentry @ 914:9639def8cf2e

Changed to show new - options
author boisy
date Sat, 18 Jan 2003 17:31:12 +0000
parents 35dd8ae53dee
children b5ff125a1d60
comparison
equal deleted inserted replaced
913:2c541a4a3406 914:9639def8cf2e
6 6
7 <refsynopsisdiv> 7 <refsynopsisdiv>
8 <cmdsynopsis> 8 <cmdsynopsis>
9 <command>VERIFY</command> 9 <command>VERIFY</command>
10 <arg choice="opt"> 10 <arg choice="opt">
11 <option>u</option> 11 <option>-u</option>
12 </arg> 12 </arg>
13 </cmdsynopsis> 13 </cmdsynopsis>
14 </refsynopsisdiv> 14 </refsynopsisdiv>
15 15
16 <refsect1><title>Description</title> 16 <refsect1><title>Description</title>
20 value of one or more modules on a file (standard input) are correct. 20 value of one or more modules on a file (standard input) are correct.
21 Module(s) are read from standard input, and messages will be sent to 21 Module(s) are read from standard input, and messages will be sent to
22 the standard error path. 22 the standard error path.
23 </para> 23 </para>
24 <para> 24 <para>
25 If the U (update) option is specified, the module(s) will be copied 25 If the -u (update) option is specified, the module(s) will be copied
26 to the standard output path with the module's header parity and CRC 26 to the standard output path with the module's header parity and CRC
27 values replaced with the computed values. A message will be 27 values replaced with the computed values. A message will be
28 displayed to indicate whether or not the module's values matched 28 displayed to indicate whether or not the module's values matched
29 those computed by VERIFY. 29 those computed by VERIFY.
30 </para> 30 </para>
50 OS9: verify &lt;myprogram2 50 OS9: verify &lt;myprogram2
51 51
52 Module's header parity is correct. 52 Module's header parity is correct.
53 Calculated CRC matches module's. 53 Calculated CRC matches module's.
54 54
55 OS9: verify u &lt;module &gt;temp 55 OS9: verify -u &lt;module &gt;temp
56 </screen> 56 </screen>
57 </refsect1> 57 </refsect1>
58 </refentry> 58 </refentry>
59 59