annotate docs/nitros9guide/verify.refentry @ 2112:cfb3a637a000

Fixed lack of H6309 flag
author boisy
date Tue, 21 Aug 2007 17:05:14 +0000
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="verify">
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>VERIFY</refname>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Verify or update module header and CRC</refpurpose>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
6
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>verify</command>
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
914
9639def8cf2e Changed to show new - options
boisy
parents: 140
diff changeset
11 <option>-u</option>
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
15
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
17
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
18 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
19 This command is used to verify that module header parity and CRC
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
20 value of one or more modules on a file (standard input) are correct.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
21 Module(s) are read from standard input, and messages will be sent to
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
22 the standard error path.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
914
9639def8cf2e Changed to show new - options
boisy
parents: 140
diff changeset
25 If the -u (update) option is specified, the module(s) will be copied
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
26 to the standard output path with the module's header parity and CRC
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
27 values replaced with the computed values. A message will be
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
28 displayed to indicate whether or not the module's values matched
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 914
diff changeset
29 those computed by <command>verify</command>.
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
30 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
31 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
32 If the option is NOT specified, the module will not be copied to
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 914
diff changeset
33 standard output. <command>Verify</command> will only display a message to indicate
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
34 whether or not the module's header parity and CRC matched those
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
35 which were computed.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
36 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
37 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
38 <refsect1><title>Examples</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
39 <screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
40 OS9: verify &lt;EDIT &gt;NEWEDIT
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
41
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
42 Module's header parity is correct.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
43 Calculated CRC matches module's.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
44
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
45 OS9: verify &lt;myprograml &gt;myprogram2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
46
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
47 Module's header parity is correct.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
48 CRC does not match.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
49
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
50 OS9: verify &lt;myprogram2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
51
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
52 Module's header parity is correct.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
53 Calculated CRC matches module's.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
54
914
9639def8cf2e Changed to show new - options
boisy
parents: 140
diff changeset
55 OS9: verify -u &lt;module &gt;temp
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
56 </screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
57 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
58 </refentry>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
59