Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/tsmon.refentry @ 975:c565a4700689
The entitity replstart was replaced with <replaceable>
author | roug |
---|---|
date | Sat, 01 Feb 2003 20:25:53 +0000 |
parents | 35dd8ae53dee |
children | b5ff125a1d60 |
rev | line source |
---|---|
140 | 1 <refentry id="tsmon"> |
2 <refnamediv> | |
3 <refname>TSMON</refname> | |
4 <refpurpose>Timesharing monitor</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
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 | 11 </cmdsynopsis> |
12 </refsynopsisdiv> | |
13 | |
14 <refsect1><title>Description</title> | |
15 <para> | |
16 This command is used to supervise idle terminals and initiate the | |
17 login sequence in timesharing applications. If a pathlist is given, | |
18 standard I/O paths are opened for the device. When a carriage return | |
19 is typed, TSMON will automatically call the "LOGIN" command. If the | |
20 login fails because the user could not supply a valid user name or | |
21 password, it will return to TSMON. | |
22 </para> | |
23 <para> | |
24 Note: The LOGIN command and its password file must be present for | |
25 TSMON to work correctly (see the LOGIN command description). | |
26 </para> | |
27 <refsect2> | |
28 <title>Logging Off the System</title> | |
29 <para> | |
30 Most programs will terminate when an end of file character (escape) | |
31 is entered as the first character on a command line. This will log | |
32 you off of the system and return control to TSMON. | |
33 </para> | |
34 <para> | |
35 For more information see: 2.5, LOGIN | |
36 </para> | |
37 </refsect2> | |
38 </refsect1> | |
39 <refsect1><title>Examples</title> | |
40 <screen> | |
41 | |
42 OS9:tsmon /t1& | |
43 &005 | |
44 </screen> | |
45 </refsect1> | |
46 </refentry> | |
47 |