annotate docs/nitros9guide/tsmon.refentry @ 2322:61fb37b19edd

Edition #3 - for vtio instead of cc3io Willard Goosey
author aaronwolfe
date Mon, 11 Jan 2010 04:20:41 +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="tsmon">
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>TSMON</refname>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Timesharing monitor</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>tsmon</command>
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 140
diff changeset
10 <arg choice="opt"><replaceable>pathlist</replaceable></arg>
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
11 </cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
12 </refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
13
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
14 <refsect1><title>Description</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
15 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
16 This command is used to supervise idle terminals and initiate the
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
17 login sequence in timesharing applications. If a pathlist is given,
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
18 standard I/O paths are opened for the device. When a carriage return
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
19 is typed, <command>tsmon</command> will automatically call the <command>login</command> command. If the
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
20 login fails because the user could not supply a valid user name or
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
21 password, it will return to <command>tsmon</command>.
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
22 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
23 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
24 Note: The <command>login</command> command and its password file must be present for
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
25 <command>tsmon</command> to work correctly (see the <command moreinfo="refentry">login</command> command description).
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
26 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
27 <refsect2>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
28 <title>Logging Off the System</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
29 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
30 Most programs will terminate when an end of file character (escape)
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
31 is entered as the first character on a command line. This will log
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
32 you off of the system and return control to <command>tsmon</command>.
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
33 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
34 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
35 For more information see: <xref linkend="sec4.9"/>, <command moreinfo="refentry">login</command>
140
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 </refsect2>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
38 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
39 <refsect1><title>Examples</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
40 <screen>
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 OS9:tsmon /t1&amp;
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
43 &amp;005
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
44 </screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
45 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
46 </refentry>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
47