annotate docs/nitros9guide/setime.refentry @ 1094:958740284209

Use <emphasis> instead of CAPITALS
author roug
date Tue, 08 Apr 2003 17:49:14 +0000
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="setime">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>SETIME</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Activate and set system clock</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd 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>setime</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">y,m,d,h,m,s</arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 This command sets the system date and time, then activates the real
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 time clock. The date and time can be entered as parameters, or if no
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 138
diff changeset
18 parameters are given, <command>setime</command> will issue a prompt. Numbers are one
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 or two decimal digits using space, colon, semicolon or slash
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 delimiters. OS-9 system time uses the 24 hour clock, i.e., 1520 is
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 3:20 PM.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 </para>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
23 <important>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
25 This command must be executed before OS-9 can
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 perform multitasking operations. If the system does not have a real
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 time clock this command should still be used to set the date for the
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 file system.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 </para>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
30 </important>
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
31 <tip>
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
32 <title>Systems With Battery Backed up Clocks</title>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 <para>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
34 <command>Setime</command> should still be run to
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 start time-slicing, but only the <emphasis>year</emphasis> need be given,
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 the date and time will be read from the clock.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 </para>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
38 </tip>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 OS9: setime 82,12,22,1545 (Set to: Dec. 12, 1981, 3:45 PM)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 OS9: setime 821222 154500 (Same as above)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46 OS9: setime 82 (For system with battery-backup clock)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
47 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
48 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
49 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
50