Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/deiniz.refentry @ 363:647e56c744cf
Added deiniz.refentry error.refentry park.refentry mainly as placeholders
since I don't have the actual documentation.
author | roug |
---|---|
date | Sat, 03 Aug 2002 17:01:11 +0000 |
parents | |
children | d9ed9d44b70c |
comparison
equal
deleted
inserted
replaced
362:aabf3f1835f1 | 363:647e56c744cf |
---|---|
1 <refentry id="deiniz"> | |
2 <refnamediv> | |
3 <refname>DEINIZ</refname> | |
4 <refpurpose>Detach a device.</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
9 <command>DEINIZ</command> | |
10 <arg choice="opt"> | |
11 <option>devicename [...]</option> | |
12 </arg> | |
13 </cmdsynopsis> | |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1> | |
17 <title>Description</title> | |
18 <para> | |
19 To remove a device from the system device table, type deiniz, followed | |
20 by the name of the module(s) to detach. <devicename> may begin with a | |
21 slash (/). | |
22 </para> | |
23 <refsect2> | |
24 <title>Options:</title> | |
25 <variablelist> | |
26 <varlistentry> | |
27 <term>devicename</term> | |
28 <listitem> | |
29 <para> | |
30 is the name of the device drivere you want to | |
31 detach. Specify as many device drivers as you | |
32 wish with one DEINIZ command. | |
33 </para> | |
34 </listitem> | |
35 </varlistentry> | |
36 </variablelist> | |
37 </refsect2> | |
38 <refsect2> | |
39 <title>Notes:</title> | |
40 <para> | |
41 Do not deiniz a module unless you have | |
42 explicitly iniz-ed it. If you do deiniz a device that you have not | |
43 iniz-ed, you could cause problems for other users who may be | |
44 using the module. | |
45 </para> | |
46 </refsect2> | |
47 </refsect1> | |
48 <refsect1> | |
49 <title>Example:</title> | |
50 <literallayout> | |
51 DEINIZ P T2 [ENTER] | |
52 </literallayout> | |
53 <para> | |
54 initializes the P (printer) and T2 (terminal 2) devices. | |
55 </para> | |
56 </refsect1> | |
57 </refentry> |