Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/tsmon.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | c565a4700689 |
children | 4dae346c4969 |
line wrap: on
line source
<refentry id="tsmon"> <refnamediv> <refname>TSMON</refname> <refpurpose>Timesharing monitor</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>TSMON</command> <arg choice="opt"><replaceable>pathlist</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> This command is used to supervise idle terminals and initiate the login sequence in timesharing applications. If a pathlist is given, standard I/O paths are opened for the device. When a carriage return is typed, <command>tsmon</command> will automatically call the <command>login</command> command. If the login fails because the user could not supply a valid user name or password, it will return to <command>tsmon</command>. </para> <para> Note: The <command>login</command> command and its password file must be present for <command>tsmon</command> to work correctly (see the <command>login</command> command description). </para> <refsect2> <title>Logging Off the System</title> <para> Most programs will terminate when an end of file character (escape) is entered as the first character on a command line. This will log you off of the system and return control to <command>tsmon</command>. </para> <para> For more information see: 2.5, <command>login</command> </para> </refsect2> </refsect1> <refsect1><title>Examples</title> <screen> OS9:tsmon /t1& &005 </screen> </refsect1> </refentry>